Inheritance is a property that inherits the base class properties into child class. Syntax:- [Access Modifier] class ClassName : baseclassname { } Example:- public class BaseClass : ChildClass { }
No comments: