Define object oriented design.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.4: Class Inheritance And Polymorphism
Problem 3E
icon
Related questions
Question

Define object oriented design.

Expert Solution
Step 1

Object-oriented design:

  • As the name suggests, this programming paradigm uses objects.
  • The goal of object-oriented programming is to incorporate real-world objects such as hiding, polymorphism, and so on.
  • OOP's main objective is to link the data and the functions that operate on it so that no other part of the code can access that data except that function.
steps

Step by step

Solved in 2 steps

Blurred answer