Question: 1, What is an OBJECT ? OOP actions/logic that is executed A descriptor A detailed design An instance of a class 2, What is a

1, What is an OBJECT ?

OOP actions/logic that is executed

A descriptor

A detailed design

An instance of a class 2, What is a PROPERTY (ATTRIBUTE) ?

Describes the object

What the object can do (actions, logic)

An instance of a class

A detailed design for creating an object 3, What is an OOP METHOD ?

What is an OOP METHOD ?

Describes the object

An instance of a class

What the object can do (actions, logic)

A detailed design for creating an object 4, Which of these is a CLASS ?

length

random( )

scan1

LocalTime

5, Which of these is an OBJECT ?

length

LocalDate

scan1

random( ) 6, Which of these is a PROPERTY/ATTRIBUTE ?

LocalDate

random( )

length

scan1

7, Which of these is a METHOD ?

scan1

length

random( )

LocalDate

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 What is an OBJECT An instance of a class This is the most accurate description An object is a concrete realization of a class meaning its a specific ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!