Answer Posted / glibwaresoftsolutions
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
diff between exptected result and requirement?
What are the advantages of using linked list for tree construction?
The difference between printf and fprintf is ?
What is the difference between memcpy and memmove?
Does * p ++ increment p or what it points to?
Can you apply link and association interchangeably?
Why enum is used in c?
how is the examination pattern?
Write a program to print all permutations of a given string.
Give differences between - new and malloc() , delete and free() ?
What is a stream in c programming?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What are the types of data types and explain?