What are the oops concept?
Answer / Ashk Kumar Shah
"Object-Oriented Programming (OOP) concepts in Java include: Encapsulation, Inheritance, Polymorphism, and Abstraction. Encapsulation is hiding the internal details of an object from outside users. Inheritance allows a class to derive properties (methods and fields) from another class, creating a hierarchical class structure. Polymorphism enables objects to take on multiple forms, allowing a parent class reference to be used with its subclass objects. Abstraction represents the general concept of an object, hiding unnecessary details and exposing only essential characteristics."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a modular application?
To identify IDL language what mapping mechanism is used?
Is 'synchronised' a modifier?
Can we have more than one action servlet?
In HashTable I am storing null value..then what is the error it will show
How will you pass parameters in RMI? Why do you serialize?
Why do threads block on i/o?
how i secure my site with the https protocol.what are the steps?
What is the relation between the infobus and rmi?
How to get an image from db2 database plz help as soon as possible
Java is fully object oriented languages or not?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??