What are the basics concepts of OOPS?

Answer Posted / hrpynux@gmail.com

Now, there are four fundamental concepts of Object-oriented programming – Inheritance, Encapsulation, Polymorphism, and Data abstraction. It is very important to know about all of these in order to understand OOPs

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain "const" reference arguments in function?

698


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

918


Can you sort a set c++?

624


What is a node class in c++?

733


What do you mean by translation unit in c++?

798






Define basic type of variable used for a different condition in C++?

759


Why c++ is the best language?

690


What is the best book for c++ beginners?

668


Which compiler does turbo c++ use?

700


Why struct is used in c++?

705


What is meant by iomanip in c++?

715


How do I use arrays in c++?

666


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

709


Can java be faster than c++?

766


Does there exist any other function which can be used to convert an integer or a float to a string?

731