Describe these concepts: Polymorphism, Inheritance and Abstraction.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

what is opps?why it is use in programming language?

2 Answers   Wipro,


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


write knight tour problem which is present in datastructure

0 Answers  


What makes a language oop?

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,






Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


What are the 3 principles of oop?

0 Answers  


Can you explain polymorphism?

0 Answers  


What is virtual Function.

1 Answers   Wipro,


wht is ditch

0 Answers  


What is a superclass in oop?

0 Answers  


What is the difference between inheritance and polymorphism?

0 Answers  


Categories