What is the difference between class and structure?
Answer Posted / chetan
struct initialize with keyword struct
class initialize with keyword class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
hi all..i want to know oops concepts clearly can any1 explain??
what is graphics
What is polymorphism explain its types?
How Do you Code Composition and Aggregation in C++ ?
Why polymorphism is used in oops?
How do you define a class in oop?
What is super in oop?
What is class in oop with example?
What is object in oop?
What is byval and byref? What are differences between them?
How oops is better than procedural?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is difference between multiple inheritance and multilevel inheritance?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.