answersLogoWhite

0

Methods is the OO term for what pre-OO languages called Subroutines or Functions. They were given a new name because they have additional features that the old Subroutines and Functions lacked that make programming easier. Methods support overloading and runtime dispatching to the correct Method for the Class that the data belongs to.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why object oriented programming is popular than other programming language?

Not, I don't think OO languages are used more than the non-OO ones, if your "popularity" is based on the number of the developers.


What time does a bleach episode come on?

10:oo


How do you play top F on the flute?

If you know where you put your fingers you do Oo OO O o ^(that is the little finger key) ^(that is the thumb key)


What does a monkey sound like?

oo oo oo oo oo oo


What a monkey sounds like?

oo oo oo oo oo oo


What are the reasons for increased productivity when object oriented design used?

Object defines the data members and behaviors as a unit. With inheritance and object composition, any of the encapsulation may be "overrided" to meet the changes in a relatively shorter time frame. For any programming style or techniques, the productivity is based on the designer's ability to apply his or her knowledge and skills of that style. Comparing procedural programming and OO programming, the former is easier for most of the "traditional" programmers. But for any OO practitioner like me, the time to construct a program in procedural style may be longer than constructing the same requirements in OO way. So, the productivity is measured on the human, not the programming style itself. (Easier means to have code written and running in a shorter time)


If you play LoL do you have a life?

No.Depends on how much you play :) if you want to be really good at the game, LoL will be your life oO


Why flowcharts are not good for object oriented programming?

Object oriented programming requires objects generally represented as classes to "talk" to other objects via methods/functions. This is a different approach from procedural languages where a procedure i.e. steps were constructed and written in the form of a flow chart. For object-oriented programming the "flow" between objects is more important than the construction of a program. For this we use class diagrams. (using tools like rational rose). The methods themselves where the functioning takes place are so small and simple that for constructing them a flow chart is generally not required for a seasoned programmer. Thus, flowcharts are simply not a good instrument for oo programming because here data is given much more importance than the procedures that operate on them.


What is the profit and loss of obeject oriented programming language over structured programming?

Usually when dealing with object oriented code you have a loss of efficiency, but you have the ability to reuse your code. I also find the time that it takes to design the application is more when your using OO.


What is the difference structured programming language and java?

There is no difference between procedural programing language & structure programing language


What are the lyrics to the song Sich Offnen by Not From There?

Sich öffnen erklar mir wie das gehen soll den meine schachten die sind zum überlaufen voll mit den gedichten hab ich nur immer halb kapiert und die geschichten haben mich dann immer mehr verwirrt meine musik ist negativ zieht dir die liebe aus den poren macht dir die stimmung schwer so wie der wind mit ionen Ich glaub da ging ich dann verloren ich glaub da ging ich dann verloren Im zuge dessen waren wir dann immer mehr allein und ich hab vergessen ich hab' vergessen dann ich selbst zu sein und dich zu küssen war nur mehr zwang und widerwillen Ich möchte lieber schlafen gehen hab' keine lust dich jetzt zu stillen Watched you laugh Watched you cry Watched you fade away Ah-oo-oo-oo-oo-oo Ah-oo-oo-oo-oo-oo Watched you laugh Watched you cry Watched you fade away Ah-oo-oo-oo-oo-oo Ah-oo-oo-oo-oo-oo Watched you laugh Watched you cry Watched you fade away Ah-oo-oo-oo-oo-oo Ah-oo-oo-oo-oo-oo Deine vergangenheit verbraucht mir meine energien Auto-entschulddigung wie lange kannst du dahin fliehen? Ah-oo-oo-oo-oo-oo Ah-oo-oo-oo-oo-oo Ah-oo-oo-oo-oo-oo Ah-oo-oo-oo-oo-oo


Explain four major advantages of Object Oriented Programming with the help of an Example?

To explain an object oriented programming with real time examples, try using a packet of sweetener. A packet of sugar has a rectangular shape, made of paper, inked wording and contains something sweet. The same can be said for a packet of Splenda. They both have properties inherited from the abstract packet.