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 |
What is latest update of C++ ?
What are the different scope C++ provide ?
What does it mean to declare a function or variable as static?
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?
Tell me about virtual function
Do you know about Agilent PRECOMPILERS. ?
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.
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
Write a program to read two numbers from the keyboard and display the larger value on the screen
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).
What is wrong with this statement? std::auto_ptr ptr(new char[10]);