Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the concepts introduced in OOPs?

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


Please Help Members By Posting Answers For Below Questions

diff between exptected result and requirement?

2113


What are the advantages of using linked list for tree construction?

1145


The difference between printf and fprintf is ?

1344


What is the difference between memcpy and memmove?

1085


Does * p ++ increment p or what it points to?

1190


Can you apply link and association interchangeably?

1175


Why enum is used in c?

1015


how is the examination pattern?

2062


Write a program to print all permutations of a given string.

1235


Give differences between - new and malloc() , delete and free() ?

1153


What is a stream in c programming?

1232


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

2129


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

1085


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1134


What are the types of data types and explain?

1131