Overview
FrançaisRead this article from a comprehensive knowledge base, updated and supplemented with articles reviewed by scientific committees.
Read the articleAUTHOR
-
Amal SAYAH: Senior Lecturer, Paul-Sabatier University - Toulouse Institute for Research in Computer Science (IRIT )
INTRODUCTION
Many applications have been developed using object-oriented languages, particularly C++. Today, the popularity of object-oriented programming is justified. In fact, several teams are usually involved in the development of a piece of software, hence the problem of interaction between these different parties. What's more, software has an increasingly long lifespan, during which it undergoes major adaptations and modifications (changes in technology, requirements, standards, etc.). Finally, object-oriented programming, through the concepts it proposes (object, class, inheritance, sub-typing, polymorphism, etc.), meets the needs of such applications.
The first part of this article describes the object concepts offered by the C++ language. Then, based on our experience of developing C++ applications, we'll analyze some of the problems associated with object-oriented design choices in C++ and their immediate or future consequences for product development.
I would like to thank my colleagues who, despite their busy schedules, agreed to devote part of their time to reading this document. Through their comments, they have encouraged me to develop the presentation of certain concepts or to provide additional explanations. I am thinking in particular of my colleague and friend Mamoun Filali.
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Object-based design in C++
Bibliography
References
Website
Barne Stroustrup http://www.research.att.com/~bs/applications.html
Standard
- Programming languages – C++ - ISO/IEC 14882 - 1998
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference