Back to the 2020 paper
Similar questions
Artificial intelligenceWrite short notes on the following: Inheritance knowledge20203.5mWeb TechnologyWhat is Inheritance? Explain its different types. Write Java program to implement multiple inheritance.20197m Compiler DesignExplain synthesized and inherited attributes with suitable examples.20257m Compiler DesignDiscuss the compilation of object-oriented features such as inheritance, polymorphism, and dynamic method dispatch.20247m
PreviousWith suitable code segments, illustrate various uses of 'final' keyword. Discuss about anonymous inner classes.NextWAP to create a superclass called figure that stores the dimensions of a two-dimensional object. It also defines a method called area () that computes the area of an object. The program derives two subclasses from figure. The first is rectangle and the second is triangle. Each of these subclasses overrides area () so that it returns the area of a rectangle and a triangle respectively.