Skip to main content

Posts

Showing posts from February, 2021

IGNOU (JAVA NOTES)

 Q,(1) Inheritance and Type of inheritance ? Ans- inheritance  is a large part of the reason  that object oriented programming language of the powerful tool , You can   customize enhance working in class,  It is r reuse code,  There are two type of the inheritance ? !-Multiple inheritance  (2) Multi level inheritance ,       *Java does'nt support multiple inheritance so class devided class  can only one inheritance ,        * Java fully supported multi-level inheritance  Given three class  in that a diagram (A,B,C) Can be a subclass of B Which Bis subclass of a here c inherits all the class  Q(2)  What is exception handing write keyword of exception Handing ?