How is class defined?
No Answer is Posted For this Question
Be the First to Post Answer
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 type of question are asked in thoughtworks pair programming round ?
any one please tell me the purpose of operator overloading
What is multilevel inheritance?
why the memory allocated with new cant be freed using free()
What are different oops concepts?
what is the difference between virtual function and destoctor?
Program to print 0 to 9 in cross order
What is destructor give example?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
Write 7 differences between "Public" function and "Private" function?
What are the four main oops concepts?