Across
- 5. a method of a class which is independent of objects of that class
- 7. a routine that belongs to a class
- 8. a method used to call run method during multithreading
- 10. These are also called as class variables
- 11. providing access to an object only through its member functions while keeping the details private
Down
- 1. ‘class PermanentEmployee inherits features from class Employee and class Manager inherits features from class PermanentEmployee’. Which type of inheritance is this?
- 2. a concept of having two or more methods with the same name but with different types of parameters
- 3. acts as an interpreter for the Java bytecode
- 4. a feature that exhibits many forms though is single and concrete
- 6. interface used to create threads
- 9. A group of contiguous related data items
