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 are the design patterns in struts?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
How do you detect memory leaks?
does java support default argument in Method?
Why does java have different data types for integers and floating-point values?
what is data binding? give the example
Give some features of interface?
what is the full form of java
What is meant by class loader? How many types are there?
When can an object reference be cast to an interface reference in java programming?
What is the significance of continue jump statement? Explain with an example.
What are the two ways to create a thread?