Computer Science, asked by Darshkoshti, 11 days ago

Which of the following statement is true for Object Oriented Programming language?

1) It is used as its fundamental building block

2) Similar objects are classified using a concept of class

3) Polymorphism and abstraction are not its basic properties

a) Only 1 and 2 b) only 1 and 3 c) only 2 and 3 d) All 1, 2 and 3​

Answers

Answered by nithya353
1

Answer:

a) only 1 and 2

polymorphism and abstraction are the properties of OOPS

Answered by Jasleen0599
0

The correct option is (a) Only 1 and 2, i.e., It is used as its fundamental building block and similar objects are classified using a concept of class.

  • Object-Oriented-Programing permits programmers to consider programming improvement assuming they are working with genuine substances.
  • In your regular day-to-day existence, individuals have the information and can-do different works/assignments.
  • Object-oriented programming has four fundamental ideas: embodiment, reflection, legacy, and polymorphism.
  • Regardless of whether these ideas appear to be inconceivably mind-boggling, understanding the overall system of how they work will assist you with understanding the nuts and bolts of an OOP PC program.
  • The essential structure squares of object-oriented writing computer programs are the class and the object.
  • A class characterizes the accessible attributes and conduct of a bunch of comparative objects and is characterized by a software engineer in c o d e.
Similar questions