Ad Code

Concept of overriding and Concrete classes

Explain the concept of overriding and concrete classes ...?


Overriding concept is related with inheritance. In overriding child class gives a new implementation to a derived method by either extending its behavior or restricting its behavior while in concrete class represents a concrete concept; we can only instantiate an object of concrete object.
Reactions

Post a Comment

0 Comments