what is the difference between class and structure in C++?
Answer Posted / vijayendra singh chand
The main difference between class and structure is that
class is reference type whereas structure is value type.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Why is polymorphism important in oop?
How do you achieve polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
What is class encapsulation?
What is difference between multiple inheritance and multilevel inheritance?
Why we use classes in oop?
hi all..i want to know oops concepts clearly can any1 explain??
Why do we use oop?
Why do we use inheritance?
why reinterpret cast is considered dangerous?
What is oops with example?
Can we override main method?
What is abstract class in oop?
What do you mean by variable?
What is polymorphism and why is it important?