GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Programming  >  Perl
Go To First  |  Previous Question  |  Next Question 
 Perl  |  Question 59 of 61    Print  
what is the difference between object oriented and structured oriented progrmming?

  
Total Answers and Comments: 1 Last Update: November 06, 2008     Asked by: sanyogita 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: vinkumardpi
 
* Object Oriented means programme will be their in terms of Class and Object relationship will be their.
* Structured Oriented Means programme will be their in terms of multiple Functions.

Above answer was rated as good by the following members:
gautamlovechandan
November 06, 2008 05:45:25   #1  
vinkumardpi Member Since: November 2008   Contribution: 1    

RE: what is the difference between object oriented and structured oriented progrmming?
* Object Oriented means programme will be their in terms of Class and Object relationship will be their.
* Structured Oriented Means programme will be their in terms of multiple Functions.

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

Both of them are used to declare local variables.The variables declared with "my" can live only within the block it was defined and cannot get its visibility inherited functions called within 
Latest Answer : 1) MyMy creates a new variable and gives a lexical scope for that variable.The variable  is not visible outside the block in which it is defined.2) LocalLocal saves the value of a global variable.It never creates a new variable. Here also, the variable  ...
Read Answers (3) | Asked by : Murali Krishnan

What is difference between "Use" and "require". In which case should "Use" be used and not "Require"?
Read Answers (4) | Asked by : JP

I have a variable named $objref which is defined in main package. I want to make it as a Object of Class XYZ. How could I do it?
Read Answers (2) | Asked by : Zubind

Latest Answer : - Technically, there's no difference between for and foreach other than some style issues. One is an alias of another. You can do things like this foreach (my $i = 0; $i < 3; ++$i) { # normally this is foreach print $i, "n";} for my $i (0 ...
Read Answers (1) | Asked by : suseel

Latest Answer : I think the question should be diff bet'n perl CGI and jsp...both are diff things why should u comparing them.. hv u asked this question in some interview :) or u know both and thinkin which one to use.lemme rit some diffWith JSP, if the code inside ...
Read Answers (1) | Asked by : Giri

What is the difference between a perl program and a shell script? Which out of these is easier to understand and execute? And How?
Read Answers (4) | Asked by : SAJIT KUMAR

Latest Answer : 1) die is used to throw an exception (catchable using eval). exit is used to exit the process. 2) die will set the error code based on $! or $? if the exception is uncaught. exit will set the error code based on its argument. 3) die outputs a message ...
Read Answers (3) | Asked by : Godhuly

What is the difference between the function oriented and Object oriented approach in the modules (CPAN). Mention the merits as well demerits of these two types.
View Question | Asked by : rajashekar

Latest Answer : * Object Oriented means programme will be their in terms of Class and Object relationship will be their.* Structured Oriented Means programme will be their in terms of multiple Functions. ...


 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

ODP.NET - OracleCommand Object

ODP NET More About the OracleCommand Object Till now we have seen OracleCommand working with OracleDataReader OracleCommand is not simply meant for OracleDataReader It has got a lot of functionality for itself Let us see few of the most commonly used features of OracleCommand in this section We will
 

Microsoft AJAX Library - Creating Object Members on the Fly

Creating Object Members on the Fly One major difference between OOP in C and ASP NET and OOP in JavaScript is that JavaScript allows creating object members on the fly&quot; This is true for objects and classes that you create yourself and also for JavaScript s own objects and types as well He
 

Microsoft AJAX Library - Object-Oriented JavaScript

Object Oriented JavaScript Objects and classes are implemented differently in JavaScript than in languages such as C VB NET Java or C However when it comes to using them you ll feel on familiar ground You create objects using the new operator and you call their methods or access their fields using t
 

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

Service Oriented Infrastructure

Service Oriented Infrastructure Service Oriented Infrastructure is a systematic means for describing Information Technology infrastructures in the terms of a service The underlying principles of Service Oriented Infrastructure revert back to LDAP and Mainframe technologies among others Where Service
 

Service Oriented Design and Development

Service Oriented Design and Development SOAD Service Oriented Analysis and Design The term Service Oriented Analysis and Design&nbsp; was first used in the publication Elements of Service Oriented Analysis and Design Service Oriented Analysis and Design is also covered in the publication Service
 

Working with XML in Perl

Working with XML in Perl Extensive Markup language or the XML is a sort of data storage; it is very structured and mapped out There are two most important aspects of XML that has to be covered one is writing in XML and reading it out in XML Parsers have already been created in XML and knowing how t
 

Object-Oriented Client-Server Internet

Object Oriented Client Server Internet OCSI Environments as IT Infrastructure Client Server Basics Object Oriented Client Server Internet OCSI environments provide the IT infrastructure for supporting OCSI applications For our purposes infrastructure refers to operating systems networks middleware
 

JavaScript String Object

JavaScript String Object In this JavaScript tutorial you will learn about String Object purpose of string object in JavaScript purpose of string object indexof method lastIndexOf method and substring method along with syntax and example mosgoogle center Purpose of String Object in JavaScript The mai
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape