Answer Posted / pankaj kumar upadhyay
abstract class contain an abstract function as well asather functions and variableand it must be defind in derived class and here we no create an object,
ex:
an SBI bank which follow the RBI Rules including it own rules.
while an interface class can contain only an abstract function, not any other functions or variables butit also must be defined in derive class .here also we dont create ao object.
ex:
an RBI follow only itself rules
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the full form of oops?
Why polymorphism is used in oops?
What is polymorphism and example?
Can a destructor be called directly?
Can an interface inherit a class?
What is a class oop?
Can we create object of abstract class?
What is and I oop mean?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How oops is better than procedural?
What does and I oop and sksksk mean?
What is pointer in oop?
What is polymorphism and its types?
What is class encapsulation?
why reinterpret cast is considered dangerous?