Answer Posted / mohan chaudhari
1.In structure there is no data encapsulation.
but in class, there is data encapsulation.
2.Data member in structure are not private .
In class they are private.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is data structure in c programming?
What do you mean by c what are the main characteristics of c language?
Why is c faster?
What are the benefits of organizational structure?
What is the use of bit field?
What are called c variables?
How does struct work in c?
What is default value of global variable in c?
What is nested structure in c?
Tell me can the size of an array be declared at runtime?
What is the scope of an external variable in c?
What is c language used for?
Why dont c comments nest?
what is recursion in C
Is c pass by value or reference?