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...

explain oops concepts with examples?

Answer Posted / noorjahan .c

OOP'S ~ Itz nothing but Object Oriented Programing
It mainly consist of

1.objects - these are the basic run time antities in object oriented system.They may represent a place,person or a data that the programer has to handle.
2.class - It is a collection of items.Itz decleration is same as of structure.The body of class is enclosed within '{}' & terminated by ';'.The class body contains the decleration of varible &function.
3.Inheritance - It is the process by which object of one class aquire the property of another class.
4.polymorphism - In this an operation may show different behaviour in different instance.
5.Encapsulation - The binding of data & function into a unit called as class n this is known as encapsulation
6.Abstraction - It refers to the act of represending the essential features without including the background details.
7.Dynamic binding - It means that the program code associated with a given procedure call is not known untill the time of call

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many unicode characters are there?

1112


What are static blocks and static initalizers in java ?

1138


What are the different types of constructor?

1038


What is java virtual machine and how it is considered in context of java’s platform independent feature?

1219


What is string :: npos?

1178


What is thread pool? How can we create thread pool in java?

1139


What is dot operator?

1094


What will happen when using pass by reference in java?

1042


What is toarray method in java?

1167


Write a function to print Fibonacci series and Tribonacci series?

1217


Explain what is Marker interface?

1135


What is oops in java?

1068


What is thread safe in java?

1047


How many bytes is string in java?

1332


What are different types of constants?

1119