Computer Science, asked by damrtgmailcom8733, 11 months ago

Tom is the developer of Allen Software Company. He gets the requirement for which he needs to provide solution. His friend advised him to understand Object oriented concepts and choose a language that support Object oriented concept for implementation. What factors does his friend would have thought in mind that made him advise Tom to opt for a language that supports Object oriented concepts and principles

Answers

Answered by KameenaYaar01
44

Answer:

An object-oriented programming is a way programming ... Every object has it's own copy of the instance variables. ... Don't get confused this with polymorphism.

Answered by qwmagpies
19

The answer for the following question is-

object oriented programming or OOPs refers to languages that uses objects in programming.

  • It uses real life entities like inheritance, polymorphism etc in programming.
  • The main function of obect oriented programming is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.
  • This concept makes the maintenance of the software easier.
Similar questions