What is the difference between inheritance and polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by multiple inheritance?
What are objects in oop?
Difference between vector and array
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
what is difference between objects and function
What is encapsulation c#?
How do you achieve polymorphism?
What is a class oop?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
What is function overloading and operator overloading?
What do we mean by a hidden argument in a function?