Answer Posted / hr@tgksolutions.com
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
Can include files be nested? How many levels deep can include files be nested?
Explain how can type-insensitive macros be created?
What is structure padding and packing in c?
What is %d used for?
What is binary tree in c?
Explain which function in c can be used to append a string to another string?
What are categories used for in c?
Is there any possibility to create customized header file with c programming language?
What is local and global variable in c?
What are static variables in c?
The statement, int(*x[]) () what does in indicate?
plz let me know how to become a telecom protocol tester. thank you.
What are register variables? What are the advantage of using register variables?
What is main () in c language?
State the difference between realloc and free.