explain defference between structure and class with example
Answer Posted / maheshkumar eaga
In structure By default data members are public
In class By default data members are private
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you define social class?
What are the features of oop?
What is purpose of inheritance?
what is graphics
write a C++ program for booking using constructor and destructor.
What is the real life example of polymorphism?
Why multiple inheritance is not possible?
What is property in oops?
What is the full form of oops?
what type of questions
What are properties in oop?
What is object in oop with example?
What is multilevel inheritance in oop?
What is polymorphism and its types?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).