Answer Posted / vinay bondade
Everything for what a class is implemented holds good for
structure also in C++. The only difference is the
attributes in a class if access specifiers are not
specified they are Private members but for structure they
are public members.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What is a modifier in c++?
How do you clear a buffer in c++?
What is the difference between structures and unions?
Define private, protected and public access control.
What is ios in c++?
What it is and how it might be called (2 methods).
How to access a variable of the structure?
Can create new c++ operators?
What is the difference between strcpy() and strncpy()?
What is a class template?
What are the types of array in c++?
Can we use this pointer inside static member function?
Difference between inline functions and macros?
What are the defining traits of an object-oriented language?
How many ways can a variable be initialized into in C++?