What is polymorphism programming?
No Answer is Posted For this Question
Be the First to Post Answer
143.what is oops principles?
Can bst contain duplicates?
to find out the minimum of two integer number of two different classes using friend function
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 do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What are the data types in oop?
What is constructor overloading in oop?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
string is a class or data type in java?
What is abstrac class?where is it use?
Why interface is used?
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)