answersLogoWhite

0

it is chen and chen so its simple.......

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How is Chen-Chen methodology used for object oriented design?

explain win main() function with its all argument.


What is full form of abbrevation OOAD?

Object Oriented Analysis & Design


What has the author David A Taylor written?

David A. Taylor has written: 'Object-oriented technology' -- subject(s): Database design, Object-oriented databases, Development, Computer software 'Object-oriented information systems' -- subject(s): Management information systems, Object-oriented databases, System design


How the implementation and design of object oriented database system is differen from non object oriented database system?

DBMS Deesign implementation


What are the topics on object oriented analysis and design?

exam registeration


What is difference between Function Oriented Design and Obeject Oriented design?

In function oriented design a problem is thought in form of data and functions to manipulate those data. Both entities remain independent of each other. On the other hand in object oriented design a problem is thought in form of an encapsulated entity where both data and functions stay together in form of an object. Following link has a nice collection of articles of object oriented programming: http://cs-fundamentals.com/java-programming/java-programming-tutorials.php


What has the author Stephen Gilbert written?

Stephen Gilbert has written: 'Object-oriented design in Java' -- subject(s): Java (Computer program language), Objektorientierte Programmierung, Java (Programmiersprache), CD-ROM, Systementwurf, Object-oriented programming (Computer science) 'Object-oriented design in Java' -- subject(s): Java (Computer program language), Object-oriented programming (Computer science)


Where can one find tips on object oriented design?

Object-oriented design is a way of programming software by planning a system of interacting objects. There are many discussion groups and forums on the internet where programmers exchange tips and experiences.


Why c is called proceedure oriented language?

Procedural oriented programmingProcedural Programming is a methodology for modelling the real world or the problem being solved, by determining the steps and the order of those steps that must be followed in order to reach a desired outcome or specific program state.What has it to do with the language CWhile most C code will be written with the procedural oriented programming methodology in mind, it's not mandatory. It's not that difficult to use the object oriented methodology within C. However, the language lends itself more to using the other methodology. Object oriented programming within C requires one more argument per function (and it's really more difficult when using inheritance).


How does the object-oriented view of component-level design differ from the traditional view?

The object-oriented view of component-level design emphasizes encapsulation, inheritance, and polymorphism, allowing for reusable and modular components that can be easily integrated and extended. In contrast, the traditional view often focuses on function-oriented design, where components are seen primarily as procedures or functions, leading to tighter coupling and less flexibility. Object-oriented design promotes interaction through well-defined interfaces, enhancing maintainability and scalability. Overall, the object-oriented approach fosters a more holistic and adaptable architecture compared to the more linear, procedural focus of traditional design.


What have been the strongest influences on programming language design over the past 50 years?

Object oriented analysis and design.


Is the object oriented programming in php useful?

Object orientation is not a concept related to usefull ness, it is a concept totally related to the software design. When we focused on software design we went for object orientation.