What are the advantages of inheritance?
Answer Posted / malar
It helps to acquire the features of base class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a varargs method be overloaded?
can inline function declare in private part of class?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is oops and why we use oops?
What is abstraction in oop with example?
What are the features of oop?
What is inheritance and how many types of inheritance?
What is polymorphism what are the different types of polymorphism?
Whats oop mean?
What are the types of abstraction?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is class in oop with example?
Can you inherit a private class?
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!!!)
What is object and class in oops?