answersLogoWhite

0

As Cpp purely follows object oriented programming approach , first the entities or classes are developed based on the design or domain model, and the problem is addressed , but opposite in c

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What does B plus A mean at bottom of a letter?

b=2 a=1 c=3 so b plus a =c


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c


What is c plus c plus 2c plus c plus c equal?

c + c + 2c + c + c = 6c


B plus b plus b plus c plus c plus c plus c equals?

b + b + b + c + c + c + c = 3b + 4c


Symplify c plus c plus c plus c?

4c


What is c plus c plus c plus c plus c?

c + c + c + c + c = 5 * c.


Primary and secondary key in c and c plus plus?

There are no "primary and secondary keys" in c and c plus plus.


What is c plus C plus C answer in algebra?

3c


What is bottom up approach in C programming?

Top down and bottom up programming are two approaches or methodologies employed for designing structured programs in C.TOP DOWN APPROACHIn a top down approach a program(structured) is designed by using the top down methodology as follows..First the overall structure of the program is designed and it is defined and then it is followed by the designing of individual functions..BOTTOM DOWN APPROACHThe bottom down approach is just the opposite of the top down approach..ie, the program is designed by first designing the individual functions followed designing of overall program structure


What is the different between turbo c plus plus and unix c plus plus?

There is no such thing as 'unix C++'.


What to Do if Macros does not exist in C and C plus plus?

They do exist in C and C++.


Why are you learning c plus plus?

We learn it cause C++ are useful in programming. It is a language in programming. ********************************* Personally I like C better, there is much less code and fewer opportunities stuff up. C usually produces smaller programs that run faster. C++ tends to hide things from the programmer (you don't need to know approach) that makes debugging more challenging.