Answer Posted / mahaveer bhaskar
no, because it uses primitive data type
Is This Answer Correct ? | 10 Yes | 2 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)
What is overloading in oops?
What is destructor in oop?
Get me an image implementation program.
What is an example of genetic polymorphism?
What is a superclass in oop?
Why do we need oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Explain the concepts involved in Object Oriented programming.
How oops is better than procedural?
Why do pointers exist?
write a C++ program for booking using constructor and destructor.
Is enum a class?
What are classes oop?
Write a c++ program to display pass and fail for three student using static member function