SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not considered one of the fathers of object-oriented methodology?
A
Rumbaugh
B
Booch
C
Kenighan
D
Jacobson
Explanation: 

Detailed explanation-1: -Because there are 4 OOPS concepts in Java, and they are: Inheritance, Encapsulation, Polymorphism, And Abstraction. And Compilation is not a part of the OOPS concept in Java.

Detailed explanation-2: -Abstraction, encapsulation, polymorphism, and inheritance are the four main theoretical principles of object-oriented programming.

Detailed explanation-3: -Object-oriented methodology is a way of viewing software components and their relationships. Object-oriented methodology relies on three characteristics that define object-oriented languages: encapsulation, polymorphism, and inheritance.

There is 1 question to complete.