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
What is difference between multiple inheritance and multilevel inheritance?
Why polymorphism is used in oops?
What is the purpose of enum?
What are constructors in oop?
What is abstraction oop?
What is methods in oop?
What is abstraction in oop?
What is stream in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
#include
Whats is abstraction in oops?
What is class and object in oops?
What is multilevel inheritance in oop?
What is oops and why we use oops?
what's the basic's in dot net