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
How long to learn object oriented programming?
What causes polymorphism?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Can we define a class within the interface?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
what is the drawback of classical methods in oops?
What is polymorphism what are the different types of polymorphism?
What is inheritance in oop?
What is the benefit of oop?
What is the difference between a mixin and inheritance?
What is the difference between static polymorphism and dynamic polymorphism?
What is polymorphism and types?
What are oops functions?
Why is polymorphism used?