Is bool and Boolean are same?
If both are same then why bool don't need System namespace, and Boolean requires System namespace ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin SontakkePosted Jan 25, 2018, 4:26 AM
Sagar Pandurang KapPosted Jan 25, 2018, 1:43 AM
The difference between bool and Boolean is as follows :-
bool is basic data type and Boolean is an object type.