Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.

Answers were Sorted based on User's Feedback



DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING...

Answer / aks

Structured Programming : Revolves around Creating
Programming Constructs. One writes the programs and
modifies the data structures with the focus on Algorithms
and Programming Routines. C/Pascal/BASIC are examples of
structured Programming.

OOP: is focussed on creating data structures and writing
Methods to modify them. The focus is on Creation of Data
Structures and providing Methods to modify these values.
eg. C++/Java/

Is This Answer Correct ?    17 Yes 3 No

DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING...

Answer / rajeshwar raja

Structure Programming : Approaches the problem in "TOP-DOWN"
fashion.

Object Oriented Programming : Approaches the problem in
"BOTTOM-UP" fashion.

Is This Answer Correct ?    9 Yes 3 No

DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING...

Answer / renjith m

Structured programming consists of breaking big problems
into smaller problems, then further breaking those into
still smaller problems, and so on, until a level of such
simplicity is reached that the implementation is obvious to
the programmer expected to do the coding. Object-oriented
programming consists of grouping code with the data on
which it operates so that this "object" can function
independently of the rest of the software system.
Structured programming and object-oriented programming are
not mutually exclusive. You can structure the code in an
object, and you can use objects to implement the modules of
code in a structured program.

Is This Answer Correct ?    6 Yes 4 No

DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING...

Answer / murali

structured programing is once we write the program it's
modification is diffcult beacause so many lines of code
inside the pg we must check every line of code and
modification done accourdingly
oop is very easy to modify any code beacause it consist
classes then easily can modify

Is This Answer Correct ?    3 Yes 3 No

DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING...

Answer / abhi

Procedure Oriented Programming
&#61656; Importance is given to the sequence of things to be
done i.e. algorithms
&#61656; larger programs are divided into functions
&#61656; most functions share global data i.e data move
freely around the system from function to function.
&#61656; there is no access specifier

&#61656; operator cannot be overloaded

&#61656; follows top to bottom approach

&#61656; Inheritence is not supported
Object Oriented Programming
&#61656; Importance is given to the data.

&#61656; larger programs are divided into objects
&#61656; mostly the data is private and only functions
inside the object can access the data.

&#61656; there are public, private and protected specifier.

&#61656; operator can be overloaded


&#61656; follows bottom to top approach


&#61656; Inheritence is supported

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More OOPS Interview Questions

Can you inherit a private class?

0 Answers  


What is difference between #define and const?

3 Answers   emc2,


What is oop in simple words?

1 Answers  


What is the oops and benefits of oops programming?

0 Answers  


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

0 Answers   Accenture,


What is meant by oops concept?

0 Answers  


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

0 Answers  


Conversion from a basic type to a class type may be achieved using______________

5 Answers   HCL,


What are the four main oops concepts?

1 Answers  


What is DeadlyDiamondDeathProblem ?

1 Answers  


the difference between new and malloc

5 Answers   Siemens,


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

0 Answers  


Categories