Computer Science, asked by MRFuriBone, 9 months ago

Name the oop concept in which son inherits properties from father.

Answers

Answered by Vlad1
1

Answer:Java inheritance refers to the ability of a Java Class to inherit the properties from some other Class. Think of it like a child inheriting properties from its parents, the concept is very similar to that. In Java lingo, it is also called extend -ing a class.

Explanation:

Answered by esha761
1

Answer:

hello mate!

such an oops feature is INHERITANCE.

it is a mechanism of oops in which 1 class inherits reh properties of another calss with sone extra attributes.

hope it helps!

@esha761

Similar questions