What is the difference between Class and Structure?
Answer Posted / lucky
1) classes can have data member as well as member function but structure is a data type which can have data member only.
| Is This Answer Correct ? | 40 Yes | 31 No |
Post New Answer View All Answers
How to declare a function pointer?
What are c++ stream classes?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
what does the following statement mean? int (*a)[4]
Differentiate between the manipulator and setf( ) function?
What is the this pointer?
What is std namespace in c++?
Explain this pointer?
What is endl c++?
What is a volatile variable in c++?
What is heap sort in c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
Is c++ fully object oriented?
When should we use container classes instead of arrays?
Should I learn c++ c?