affiliate marketing

Wednesday 6 June 2012

JAVA PROGRAMMING QUESTION BANK PART 3

Unit-3:
2 marks:
1. What is inheritance? What are its types?
2.What is the use of super keyword in java?
3. What is method overloading?
4. What is overriding of methods?
5. What is the need of overridden methods?
6. What is dynamic method dispatch?
7.What is the use of final class in Java?
8. Define an abstract class with suitable examples?
9. What are the characteristics of an abstract class?
10.What is a package? How to define a package?
11. Describe access protection?