1) Attributes are the features, variables and functionalities of a class. True or False?
2) When we instantiate the class in the main method, we are creating an instance of a specific name class. True/False.
3) All OOP languages make use of inheritance for some reasons such as – to organize the objects that reasons use, to make new objects easier to understand, and to give new objects complete power over initial projects. True/False?
4) There are few concepts of inheritance. Below are the concepts. True/False?
A. Inheritance is useful because it makes objects and methods reusable.
B. It should be used to save energy and work.
C. Inheritance always involves a specific-to-open relationship.
5) The connection between classes to the point that when one class has fields that are members of another class is known as extended class. True/False?
6) Procedural programming is said to be procedures that programmers create to manipulate data, actions that are carried out, increase job processes into a broader scale. True/False?
7) All the below options are considered/said to be the steps involved in writing and testing software programs. True/False?
A. Testing the program
B. Verifying the logic and codes
C. Developing the logic of the program
D. Coding the program
E. Translate the program code into machine language.
8) The below options are said to be the things software engineers will work on developing after a system/program is written and tested. True/False?
A. Training of all employees/staff members
B. Preparing manuals
C. Convert existing data to a format that is usuable by the new system.
9) -------------------- set of all the values or contents of a class’s instance variables.
10) Object – oriented programming languages supports methods, classes, inheritance, polymorphism, and encapsulation. True/False?