Tell me the scenario,Where we can use interfaces or
Abstract class.And What is the difference between
interfaces and abstract class?
Answer Posted / aaa
there is not interface and abstrcat keyword in C++.
but in CLR and Java
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What is the difference between inheritance and polymorphism?
What is the real life example of polymorphism?
What do you mean by Encapsulation?
What is new keyword in oops?
What are the 3 principles of oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is coupling in oops?
Are polymorphisms mutations?
What is the importance of oop?
What is encapsulation with real life example?
What is a null tree?
Can we override main method?
Can private class be inherited?
Why is polymorphism important in oop?
What is overriding in oops?