Tell me the scenario,Where we can use interfaces or
Abstract class.And What is the difference between
interfaces and abstract class?
Answer Posted / seshu
abstract class contains function prototypes and function
definations also
but interface ccontains onlu function prototypes which are
used in deriving object declarations
| Is This Answer Correct ? | 8 Yes | 18 No |
Post New Answer View All Answers
Why is static class not inherited?
What is object in oop with example?
What is the difference between a constructor and a destructor?
What does sksksk mean in text slang?
When not to use object oriented programming?
What are the 3 pillars of oop?
What is a class oop?
What is inheritance and how many types of inheritance?
Explain the advantages of inheritance.
Why do while loop is used?
Write a c++ program to display pass and fail for three student using static member function
Explain virtual inheritance?
What is variable example?
What is the difference between inheritance and polymorphism?
What is polymorphism used for?