Explain what is an object?



Explain what is an object?..

Answer / Putul Kumar

An object in object-oriented programming (OOP) is a software entity that represents a real-world or abstract concept. It has attributes, also known as data members or fields, and methods, which are functions or actions associated with the object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

What are the methods required to create changes in subclasses?

1 Answers  


What is the difference between a virtual method and an abstract method?

1 Answers  


What is overriding?

1 Answers   MindCracker,


Whether static method can use nonstatic members?

1 Answers  


Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?

5 Answers   ABC, Protech,


What is method overriding?

1 Answers  


Can you create an instance of an interface?

1 Answers  


Is is possible to define our own functional interface?

1 Answers  


Describe the Diamond problem. Where does this problem occur?

1 Answers   Tech Mahindra,


What are all the languages which support oop?

1 Answers  


What is polymorphism? When is it employed? give an example.

1 Answers   iNautix,


Can an interface implement or extend another interface?

1 Answers  


Categories