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.
0 Comments
Please add nice comments or answer ....