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?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that takes input in digits and display the result in words from 1 to 1000
What is multilevel inheritance explain with example?
What is difference between polymorphism and inheritance?
What are the advantages of polymorphism?
what is the use of classes in c++;
function overridind means and simple program
What is overloading in oop?
What is an orthogonal base class?
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
Why do we use class?
What is object-oriented programming? Webopedia definition
What is the main difference between C++ and Java