What are the OOPS concepts?
Answer Posted / vaibhav
In simple way,
The complex programming organizing in to simple structure by
using the concepts methodologies of,
Encapsulation
Abstraction
Polymorphism
Inheritance.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between static polymorphism and dynamic polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is advantage of inheritance? Write a program to sort the number with different sorts in
one program ??
What is oops with example? What is pointer in oop? #include What is the point of polymorphism? to find out the minimum of two integer number of two different
classes using friend function What is overriding in oops? officer say me - i
am offered to a
smoking , then what
can you say They started with the brief introduction followed by few
basic C++ questions on polumorphism, inheritance and then
virtual functions.
What is polymorphims?
How you will access polymorphic functions in C?
How virtual function mechanism works?
Can we override main method? 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 Why we use classes in oop?