What are the differences between a struct in C and in C++?
Answer Posted / anoop chaurasiya
c structure does not support the concept of data hiding but
in approach of c++ class support the concept of data hiding.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What are activex and ole?
What is c++ course?
Write a program which employs Recursion
Difference between pass by value and pass by reference?
What do you mean by early binding?
When do you call copy constructors?
How do you declare a set in c++?
Why do we need function?
Keyword mean in declaration?
What is a Default constructor?
Is c# written in c++?
Are c and c++ similar?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What are files in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?