CACS204 Object Oriented Programming in Java

Object Oriented Programming in JavaTU Board 2023

What are uses of super keyword? Write a java program to create base class Fruit which has name, taste and size as its attributes and method called eat() which describe name and its taste. Inherit…

5

What are uses of super keyword? Write a java program to create base class Fruit which has name, taste and size as its attributes and method called eat() which describe name and its taste. Inherit the same in two other class Apple and Orange and override the eat() method to represent each fruit taste.

A worked answer is on its wayMeanwhile, read the Object Oriented Programming in Java notes for this topic.

Discussion

Loading…

More Object Oriented Programming in Java questions

All Object Oriented Programming in Java old questions