Answer Posted / velmurugan
Object oriented programming organizes a program around its
data, i. e. , objects and a set of well defined interfaces
to that data. An object-oriented program can be
characterized as data controlling access to code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is c++ prototype?
How does atoi function work?
How can you tell what shell you are running on unix system?
Who was the creator of c++?
What is a stack? How it can be implemented?
What is the difference between c++ and turbo c++?
Explain the use of this pointer?
Can you Mention some Application of C/C++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Should I learn c++ c?
Which coding certification is best?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What are default parameters? How are they evaluated in c++ function?
Define upcasting.
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?