What is object-oriented programming? Webopedia definition
No Answer is Posted For this Question
Be the First to Post Answer
what is virtual destructor
Why is polymorphism important in oop?
tel me oops defination in single line
What is overloading in oop?
What makes a language oop?
what is the difference between function template and template of function?explain with example.
What is this pointer in oop?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What is polymorphism and example?
program for insertion ,deletion,sorting in double link list
Why is polymorphism used?
What is differance between Abstract and Interface