Answer Posted / guest
class[] ob=new class[5];
ob[1]= new class();
ob[2]= new class();
ob[3]= new class();
ob[4]= new class();
ob[5]= new class();
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is oop useful?
What is this pointer in oop?
what is different between oops and c++
What is polymorphism and example?
Is oop better than procedural?
What are benefits of oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is ambiguity in inheritance?
What is the difference between abstraction and polymorphism?
What exactly is polymorphism?
How oops is better than procedural?
What is encapsulation process?
What is the difference between a constructor and a destructor?
How do you achieve runtime polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)