Answer Posted / nashiinformaticssolutions
An object is a physical thing with a specific state and behavior. It can be described as a class instance.
A class is a logical entity that specifies the blueprint that may be used to generate or instantiate an object.
An object acquiring all of its parent object's characteristics and actions is referred to as inheritance. It offers the possibility to reuse code.
The idea of polymorphism permits a task to be carried out in various ways. To accomplish polymorphism in Java, we employ method overloading and overriding.
Abstraction is a notion that only displays an application's functionality while concealing its internal workings. Java achieves abstraction through the usage of abstract classes and interfaces.
Encapsulation is a term that describes how data and code are wrapped together into
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is main function in c?
What language is c written?
Can a local variable be volatile in c?
What is echo in c programming?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Write a program to check whether a number is prime or not using c?
Explain setjmp()?
Write a program with dynamically allocation of variable.
What extern c means?
Explain what does it mean when a pointer is used in an if statement?
How can I list all of the predefined identifiers?
What is use of #include in c?
When do we get logical errors?
What is the deal on sprintf_s return value?
What is the need of structure in c?