What is the difference between Class and Structure?
Answer Posted / hardik savani
class is refrains type and structure is value type most op
us variable public and private in class.
public variable is use any component and private variable is use only class property
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
How would you use qsort() function to sort an array of structures?
Explain the pure virtual functions?
Search for: what is pair in c++?
What is c++ vb?
What is a c++ object?
What is a class template in c++?
What is static function? Explain with an example
Why pointer is used in c++?
what is pre-processor in C++?
What does it mean to declare a destructor as static?
What is polymorphism and its type in c++?
Can you pass a vector to a function?
what is a reference variable in C++?
What is anonymous object in c++?
Can you please explain the difference between static and dynamic binding of functions?