What are the fundamental features of an object-oriented language?



What are the fundamental features of an object-oriented language?..

Answer / Dharam Pal Singh

{"features": ["Encapsulation", "Inheritance", "Polymorphism", "Abstraction"]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

What is latest update of C++ ?

1 Answers   Adobe,


What are the different scope C++ provide ?

1 Answers   Amdocs,


What does it mean to declare a function or variable as static?

1 Answers   Amazon,


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

1 Answers   Adobe,


Tell me about virtual function

2 Answers  


Do you know about Agilent PRECOMPILERS. ?

1 Answers   Agilent,


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

1 Answers   Adobe,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

1 Answers   Alter,


Write a program to read two numbers from the keyboard and display the larger value on the screen

1 Answers  


What is constant keyword in C++? Illustrate its various uses.

1 Answers   Akamai Technologies, Infogain,


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

1 Answers   Amazon,


Categories