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 is oo programming?

Object-oriented programming (OOP) is a programming paradigm that organizes software design around data, or objects, rather than functions and logic. Objects are instances of classes, which define attributes (data) and methods (functions) that operate on the data. OOP promotes principles such as encapsulation, inheritance, and polymorphism, allowing for more modular, reusable, and maintainable code. This approach is commonly used in languages like Java, C++, and Python.


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.


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.


What is the difference structured programming language and java?

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