What is the difference between Class and Structure?
Answer Posted / anupam gupta
class has define object and funtion
structure has define only object
| Is This Answer Correct ? | 8 Yes | 18 No |
Post New Answer View All Answers
How is computer programming useful in real life?
How to declaring variables in c++?
What are function prototypes?
How can we check whether the contents of two structure variables are same or not?
What is difference between malloc()/free() and new/delete?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Explain the properties and principles of oop.
What is the use of data hiding?
Do you know about latest advancements in C++ ?
What is std namespace in c++?
what do you mean by volatile variable?
What is object in c++ example?
Explain bubble sorting.
What is the difference between a baller and a reference in C++?
Is overriding possible in c++?