OOPs Concepts
Programming and Technical
Programming
Definition
What is Inheritance?
Read Solution (Total 2)
-
- user of the application at any moment of time.
the actor may be the developer ,or the tester , or the client , or the end user,
if u are developing an application for different user levels, then your actors may be admin, user , guest etc. - 11 years agoHelpfull: Yes(0) No(0)
- Inheritance is a mechanism of reusing and extending an existing base class without modifying it
- 6 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question