What does inheritance allow the system designer to do?

What will be an ideal response?


Inheritance allows the programmer to reuse classes previously defined for a related purpose. It extends the implementation or makes slight modifications

Computer Science & Information Technology

You might also like to view...

Which of the following prints the address of character string string given the following declaration? char * string = "test";

a. cout << string; b. cout << *&string; c. cout << static_cast< void * >( string ); d. cout << * string;

Computer Science & Information Technology

How many pins does an RJ-45 connector have?

A. 2 B. 4 C. 8 D. 6

Computer Science & Information Technology

Robin has purchased a new computer that has the Windows 10 operating system. Excited about learning the new features of Windows 10, she starts the computer, enters her login information and takes a look at the desktop. She displays the Start menu and takes time to get acquainted with her new working environment. Robin really likes the weather app on her desktop because it updates itself automatically using a feature called __________.

What will be an ideal response?

Computer Science & Information Technology

The purpose of a(n) ____________________ is to authenticate the identity of an individual or organization.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology