What is OOPS and How it is different from Procedural
Programming ?
Answers were Sorted based on User's Feedback
Answer / jayasrinivas.donavalli
In Procedural Programming language the execution of
application can be step by step. That means the data can be
executed ina sequential manner but in Object oriented
languages the application executed according to the order
we wrote in the program.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.
| Is This Answer Correct ? | 25 Yes | 49 No |
Answer / manish
OOPS is an object oriented language which led it's emphasis
on the set of codes called object rather then it's
procedure......but in the procedural language,procedure is
given more improtance
| Is This Answer Correct ? | 8 Yes | 45 No |
Answer / chumma
Oops ->Structural Programming (C++)
Procedural Programming (C)
| Is This Answer Correct ? | 31 Yes | 77 No |
Write on signed and unsigned integers and give three (3) examples each
What is oops concept with example?
what is opps?why it is use in programming language?
officer say me - i am offered to a smoking , then what can you say
What is differance between Abstract and Interface
What is the difference between const int *ptr and int const *ptr???
how do you handle yourself when you feel the wald is aganist you
What is object-oriented programming? Webopedia definition
what is oops
How many types of access specifier in c# and vb.net?
what is single inheritance?
What is constructor overloading in oop?