What is OOP?

Answer Posted / rajashree

A type of programming in which programmers define not only
the data type of a data structure, but also the types of
operations (functions) that can be applied to the data
structure. In this way, the data structure becomes an
object that includes both data and functions. In addition,
programmers can create relationships between one object and
another. For example, objects can inherit characteristics
from other objects.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does set allows null in java?

510


What is the core java?

543


How can we create objects if we make the constructor private ?

547


Why there are some null interface in java? What does it mean?

649


What is compareto () in java?

542






What is queue in java?

558


What is the mapping mechanism used by java to identify IDL language?

593


What are identifiers in java?

577


What's a method in programming?

551


What purpose do the keywords final, finally, and finalize fulfill?

618


What does %d do in java?

582


What is private public protected in java?

573


What is javac in java?

564


What is the difference between a field variable and a local variable?

577


What is meant by null and void?

543