What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / kalpana
object oriented programming (oop eg c++)is based on
object;whereas procedure oriented programming <pop eg c) is
a structured programming.pop concentrates more on functions
where as in oop more attention is given to the data rather
than functions.oop deals with realworld problems where as
pop doesnot model the realworld problems.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
Who made c++?
What is the best it certification?
What is the size of integer variable?
What is auto type c++?
What are the advantages of using a pointer?
What is a c++ class?
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
What is the difference between global int and static int declaration?
How are pointers type-cast?
Explain the difference between c & c++?
Write a Program to find the largest of 4 no using macros.
What is meant by entry controlled loop?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Is c++ the best programming language?
Discussion on error handling of C++ .