What is inheritance write a program to show use of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
How long to learn object oriented programming?
Write a program in c++ to read two floating point numbers and find their sum and average.
Write a program to demonstrate the use of 'Composition' in C++
What is balance factor?
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,
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
What is constructor overloading in oop?
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
How do you explain polymorphism?
What is the differances between a abstract calss and interface
explain sub-type and sub class? atleast u have differ it into 4 points?
What is inheritance write a program to show use of inheritance?