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
What is methods in oop?
Why interface is used?
What is abstraction oop?
Why do we use oops?
What is interface? When and where is it used?
Why is polymorphism used?
What is encapsulation oop?
What are the important components of cohesion?
How is polymorphism achieved?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is oops in simple words?
What is object in oop with example?
• What are the desirable attributes for memory managment?
What is oops and its features?
What is polymorphism give a real life example?