Pergunta de entrevista da empresa Evolvus Solutions

what is Object

Respostas da entrevista

Sigiloso

6 de dez. de 2017

Object is a thing or entity that mimics real world, interacts with another object to solve requirements.

2

Sigiloso

22 de mar. de 2019

Objects have states and behaviors. An object is an instance of a class. Ex: A dog has states - color, name, breed as well as behaviors – wagging the tail, barking, eating

1

Sigiloso

6 de jan. de 2021

Object is a real world entity which has states and behaviour. State of an object is nothing but info of the data which describes about an object. Behaviour of an object is nothing but the action performed by an object.