What is polymorphism and example?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is multiple inheritance? Give Example
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What are the three main types of variables?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
difference between structure and union.
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
what is single inheritance?
What does no cap mean?
The type of variable a pointer points to must be the part of pointer's definition so that: