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
What is a class in oop?
Can enum be null?
What is difference between oop and pop?
Why is there no multiple inheritance?
What is destructor in oop?
What is abstraction oop?
What are the 3 pillars of oop?
What is multilevel inheritance in oop?
What does <> mean pseudocode?
What are the benefits of interface?
What is destructor give example?
What is oops and why we use oops?
What is polymorphism and example?
What is the importance of oop?
what is difference between class template and template class?