what isthe difference between c structure and c++ class
Answer Posted / a.sivasakthi
c structure are only define the data and data types
C++ class are define the data and solve the function the
both process are solved to the c++ class
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Who invented oop?
What is difference between oop and pop?
What is oops in simple words?
Can you inherit a private class?
Why do while loop is used?
What do you mean by Encapsulation?
What is abstraction in oop?
write knight tour problem which is present in datastructure
What is polymorphism what is it for and how is it used?
What is a function in oop?
#include
What is the significance of classes in oop?
What is multilevel inheritance explain with example?
c++ program to swap the objects of two different classes
What is difference between inheritance and polymorphism?