What is difference between polymorphism and inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
what is virtual function?
What is a class?
32 Answers Infosys, TCS, Thylak,
Explain the concepts involved in Object Oriented programming.
which is best institute to learn c,c++ in ameerpet hyderabad
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is a null tree?
Whatis the difference between oop and object based language
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?