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

features of OOPS

Answer Posted / abhijeet sinha

Classes
objects
Encapsulation
Inheritance
Polymorphism

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

2136


What is the importance of oop?

1093


What are objects in oop?

1099


Why do we use class in oops?

961


What is difference between data abstraction and encapsulation?

1076


Write a program to sort the number with different sorts in one program ??

2370


Templates mean

2077


What are the benefits of interface?

1054


when to use 'mutable' keyword and when to use 'const cast' in c++

2158


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4743


What are classes oop?

1018


Can enum be null?

1013


hi all..i want to know oops concepts clearly can any1 explain??

2124


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2280


write a program that takes input in digits and display the result in words from 1 to 1000

2416