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
Explain the concepts involved in Object Oriented programming.
What is balance factor?
what are the realtime excercises in C++?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are the three parts of a simple empty class?
Why it is called runtime polymorphism?
What is the renewal class?
What does <> mean pseudocode?
What is abstraction and encapsulation?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is overloading and its types?
Why do we need oop?
What is polymorphism explain?
what type of questions
Can we create object of interface?