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 |
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
how to find the correct email address format by using the programe?
What is friend function?
How oops is better than procedural?
What is a null tree?
how to swap to variables without using thrid variable in java?
Why we are use # in begning of programme of c++.
Which type does string inherit from?
What is interface in oop?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
What are the 3 pillars of oop?
what is meant by files?