what is the difference between class and structure in C++?
Answer Posted / pradeepramagiri
class members have the privite access by default where as
structure members have the public access by default
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of enum?
Can we define a class within the interface?
can we make game by using c
Why is object oriented programming so hard?
What is encapsulation with real life example?
What is polymorphism explain?
Why multiple inheritance is not possible?
What is destructor oops?
What is this pointer in oop?
How to hide the base class functionality in Inheritance?
Are polymorphisms mutations?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What are two types of polymorphism?
Why is encapsulation used?
What is advantage of inheritance?