Steve McConnell Quote
Implement is a through public inheritance. When a programmer decides to create a new class by inheriting from an existing class, that programmer is saying that the new class is a more specialized version of the older class. The base class sets expectations about how the derived class will operate and imposes constraints on how the derived class can operate (Meyers 1998).
Steve McConnell
Implement is a through public inheritance. When a programmer decides to create a new class by inheriting from an existing class, that programmer is saying that the new class is a more specialized version of the older class. The base class sets expectations about how the derived class will operate and imposes constraints on how the derived class can operate (Meyers 1998).
Related Quotes
People lack morals, good moral character is important in every aspect of your life. Honesty and Integrity opens the door. Your character allows others to see you for who you truly are. Make your first...
Amaka Imani Nkosazana
Tags:
abundance, adventure, aspects, believe, character, complete, completeness, difference, differences, friendship
About Steve McConnell
Steven C. McConnell is an author of software engineering textbooks such as Code Complete, Rapid Development, and Software Estimation. He is cited as an expert in software engineering and project management.