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
Explain "const" reference arguments in function?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can you sort a set c++?
What is a node class in c++?
What do you mean by translation unit in c++?
Define basic type of variable used for a different condition in C++?
Why c++ is the best language?
What is the best book for c++ beginners?
Which compiler does turbo c++ use?
Why struct is used in c++?
What is meant by iomanip in c++?
How do I use arrays in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Can java be faster than c++?
Does there exist any other function which can be used to convert an integer or a float to a string?