✏️ Explanatory Question

Mention three characteristics and two methods for the following Classes: (a) class Mobile Phone (b) class Bike (c) class Fruits (d) class Pen

👁 117 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

(a) class Mobile Phone

Characteristics Methods
colour makeCall()
model receiveCall()
IMEI Number  

(b) class Bike

Characteristics Methods
colour startEngine()
model stopEngine()
Registration Number  

(c) class Fruits

Characteristics Methods
name buy()
quantity sell()
cost  

(d) class Pen

Characteristics Methods
name write()
type refill()
Company