Question 1: Fill up the blanks:
a) ________ is the fundamental real life entities in the object oriented system.
b) A _________ names a class of associated entities or objects.
c) __________ is a keyword that makes the class available and accessible to anyone.
d) To get an idea regarding what your program is trying to do use __________.
Question 2: State whether the given statement are true or false:
a) Encapsulation is the capability to represent, represent and handle information at a higher level which is inherent to a computer or base language.
b) Inheritance is a means for making a new, more specific type from an existing more common type.
c) Wrapping up of data and functions to a single unit (termed class) is known as the encapsulation.
d) The Java compiler compiles the source file into the byte codes that are then interpreted through the JVM.