CO2402 Advanced Programming with C++ Lecture 1 Notes
8 vues 0 fois vendu
Cours
Advanced Programming with C++ (CO2402)
Établissement
University Of Central Lancashire Preston (UClan)
These comprehensive lecture notes cover the first lecture of the CO2402 course on Advanced Programming with C++. The document provides an in-depth introduction to key concepts in C++ programming, focusing on advanced topics such as Object-Oriented Programming (OOP), encapsulation, inheritance, and ...
University of Central Lancashire Preston (UClan)
Inconnu
Advanced Programming with C++ (CO2402)
Tous les documents sur ce sujet (19)
Vendeur
S'abonner
BpoBpo
Avis reçus
Aperçu du contenu
CO2402: Advanced Programming
with C++ Lecture 1
Prerequisites for these notes
Expected Knowledge:
o Variables: Declaration and usage of data types.
o Control Structures: If-else statements, switch-case, loops
(for, while, do-while).
o Functions: Passing parameters by value and reference,
understanding scope and return types.
Books and Resources
Recommended Books:
o C++ Primer by Stanley B. Lippman et al.
o Sams Teach Yourself C++ in One Hour a Day by Jesse Liberty et al.
o You Can Program in C by Francis Glassborow
o C++ for Programmers by Paul J. Deitel & Harvey M. Deitel
o Problem Solving with C++ and Absolute C++ by Walter Savitch
o The C++ Programming Language by Bjarne Stroustrup
, Online Resources:
StackOverflow for Q&A and community support.
HackerRank for coding practice.
Key Concepts in Object-Oriented Programming (OOP)
1. Object Orientation
o Overview: C++ extends the C language with object-oriented
features, enabling more complex and abstract programming.
o Examples of OOP languages include Java and C#.
o Core Concepts: Objects, classes, inheritance, polymorphism,
encapsulation, and abstraction.
2. Encapsulation
o Encapsulation involves bundling the data (attributes) and the
methods (functions) that manipulate that data into a single unit
called a class. It restricts direct access to some of an object's
components, which is a means of preventing unintended
interference and misuse.
o Example: In a Counter class, the data member amount is private
and can only be accessed or modified through public member
functions like set(), get(), and increment().
This encapsulation ensures that the internal representation of the
object is hidden from the outside, and only specific methods are
exposed to interact with it. For example, if amount needs to be
updated, it must be done through the set() method, which can
include checks or additional logic to ensure valid state changes.
Les avantages d'acheter des résumés chez Stuvia:
Qualité garantie par les avis des clients
Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.
L’achat facile et rapide
Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.
Focus sur l’essentiel
Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.
Foire aux questions
Qu'est-ce que j'obtiens en achetant ce document ?
Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.
Garantie de remboursement : comment ça marche ?
Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.
Auprès de qui est-ce que j'achète ce résumé ?
Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur BpoBpo. Stuvia facilite les paiements au vendeur.
Est-ce que j'aurai un abonnement?
Non, vous n'achetez ce résumé que pour €3,70. Vous n'êtes lié à rien après votre achat.