ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  OOPS
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
What are the main differences between procedure oriented
languages and object oriented languages?
 Question Submitted By :: Tribhuvan Sharma
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are the main differences between procedure oriented languages and object oriented languages?
Answer
# 1
procedure oriented language doesnot support oops.
object oriented languages support opps concept.
 
Is This Answer Correct ?    0 Yes 1 No
Shivanand
 
  Re: What are the main differences between procedure oriented languages and object oriented languages?
Answer
# 2
1.	Procedural languages enforce sequential processing 
of instructions. Object oriented languages may implement 
event driven processing. 
2.	Procedural languages store all data as global while 
OOPs languages support data encapsulation -- all related 
data is stored inside one object and only relevant data is 
shown to the user. 
3.	Facilities like function overloading and operator 
overloading (polymorphism) allow you to use same names and 
provide different functionality which avoids personalism in 
naming conventions. These overloaded versions are easy to 
use and remember.
 
Is This Answer Correct ?    3 Yes 0 No
K.rajesh
 
 
 
  Re: What are the main differences between procedure oriented languages and object oriented languages?
Answer
# 3
procedural language: instructions will be divided into 
various blocks called as datas .It concentrates on 
procedures rather than datas.

oops: class is created where data and functions are 
encapsulated. It concentrates on data rather than 
procedure.
 
Is This Answer Correct ?    0 Yes 1 No
Rahul Madanan
 
  Re: What are the main differences between procedure oriented languages and object oriented languages?
Answer
# 4
Procedure Oriented Language: It follows the a procedure 
that is simply saying it will go line by line in the code 
unless if u mentioned any goto are any code breaking 
keywords.

Object Oriented Language: In this each and every program is 
called as Object. that is simply saying we will breake the 
code in to small pieces and we will call the code when we 
want.
 
Is This Answer Correct ?    0 Yes 2 No
Varaprasad
 

 
 
 
Other OOPS Interview Questions
 
  Question Asked @ Answers
 
why c++ is called OOPS? waht is inherutance? what is compiler?  2
What is polymorphism ? Explain with examples Ness-Technologies6
when my application exe is running nad i don't want to create another exe what should i do HCL2
What is the differances between a abstract calss and interface Aviva2
What is a class? TCS17
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?  3
What do you mean by binding of data and functions?  1
When will a constructor executed?  2
what is a virtual class? Cap-Gemini1
What is the difference between pass by reference and pass by value? TCS6
In which Scenario you will go for Interface or Abstract Class?  1
Definition of Object Oriented Programming in single line? TCS14
what is the basic concept of inheritance?  3
who is the founder of c++?  1
Which is the only operator in C++ which can be overloaded but NOT inherited?  3
how do u initialize the constant variables Siemens4
why destructor is not over loaded?  2
What do you mean by inline function?  1
Describe what an Interface is and how it?s different from a Class. Spinsys4
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory?? Honeywell12
 
For more OOPS Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com