in IS&Software Engineering retagged by
1,435 views
0 votes
0 votes

In object oriented design of software, objects have

  1. attributes and name only
  2. operations and name only
  3. attributes name and operations
  4. mutation and permutation property
in IS&Software Engineering retagged by
by
1.4k views

1 Answer

1 vote
1 vote

Option C: attributes name and operations

Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem. It is one approach to software design

An object contains encapsulated data and procedures grouped together to represent an entity. The 'object interface' defines how the object can be interacted with. An object-oriented program is described by the interaction of these objects. Object-oriented design is the discipline of defining the objects and their interactions to solve a problem that was identified and documented during object-oriented analysis.

https://en.wikipedia.org/wiki/Object-oriented_design

 

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true