Answer Posted / mona kawale
when there are two same classes in derived and base class then at the tym of running programm compiler get confuse about which function should b call first so it call derived class function automatically....but if we wrote base class function as virtual function then compiler will not get confuse.....
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 oops?what is its use in software engineering?
Why we use classes in oop?
What is the advantage of oop over procedural language?
What is inheritance and how many types of inheritance?
What is the difference between a mixin and inheritance?
What is the main purpose of inheritance law?
What is an example of genetic polymorphism?
What is the main feature of oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is encapsulation and abstraction? How are they implemented in C++?
What is constructor in oop?
Explain the advantages of inheritance.
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is destructor give example?