what is the difference between class and structure in C++?
Answer Posted / kanak shah
there is vast differece between class and structure in c++
in my view class is class room and structure mean class
room structure.
Is This Answer Correct ? | 3 Yes | 28 No |
Post New Answer View All Answers
What is the use of oops?
c++ program to swap the objects of two different classes
Why oops is important?
Why it is called runtime polymorphism?
What is meant by multiple inheritance?
What is coupling in oops?
Can main method override?
What is abstraction in oops?
What is abstraction in oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why do while loop is used?
What are the two different types of polymorphism?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation oop?
What is destructor example?