Saved Bookmarks
| 1. |
Which among the following is an important use of abstract classes?(a) Header files(b) Class Libraries(c) Class definitions(d) Class inheritance |
|
Answer» Right answer is (b) Class Libraries To explain I would say: The abstract classes can be used to create a generic, extensible class library that can be used by other programmers. This helps us to get some already implemented codes and functions that might have not been provided by the programming language itself. |
|