What is OOP?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ershad md sk
OOP is an OBJECT ORIENTED PROGRAMMING LANGUAGE where
everything is treated as Objects in ur problem space
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a container in a gui?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Why do we use predicate in java?
How can you eliminate duplicates?
How to store image in arraylist in java?
How many types of the indexof method are there for strings?
In a container there are 5 components. I want to display all the component names, how will you do that?
What are the advantages of arraylist over arrays?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is the Vector class?
What steps are taken when the OS shifts from one-thread execution to another?
How the elements are organized in CardLayout?