Uncategorized

OOP object-oriented programming

Date Class Creating SpecialDate Class Modify Access Specifier: We can modify the access specifier “IsLeapYear” from private to public Modified Date Class Modified AddSpecialYear Protected members Protected members can not be accessed outside the classProtected members of the base class become protected members of the derived class in Public inheritance Modified Date Class Modified AddSpecialYear …

OOP object-oriented programming Read More »