what isthe difference between c structure and c++ class
Answer Posted / jeremiah
The default scope of a C struct is public, whearas the
default scope of a C++ class is private.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is meant by oops concept?
What are main features of oop?
What is interface? When and where is it used?
Can private class be inherited?
What is balance factor?
What is the problem with multiple inheritance?
What is the point of oop?
what is the drawback of classical methods in oops?
What does it mean when someone says I oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are objects in oop?
What exactly is polymorphism?
What is the full form of oops?
What is encapsulation oop?
write a C++ program for booking using constructor and destructor.