100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Lecture notes

CO2402 Advanced Programming with C++ Lecture 15 Notes

Rating
-
Sold
-
Pages
5
Uploaded on
05-08-2024
Written in
2023/2024

This document contains comprehensive notes from Lecture 15 of the CO2402 course on Advanced Programming with C++. The lecture covers the concepts of function and operator overloading, essential features in C++ that allow multiple functions or operators to have the same name with different parameters. The notes differentiate between overloading and overriding, explaining their unique characteristics and use cases.

Show more Read less









Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
August 5, 2024
Number of pages
5
Written in
2023/2024
Type
Lecture notes
Professor(s)
Nicholas mitchell
Contains
All classes

Subjects

Content preview

CO2402: Advanced Programming
with C++ Lecture 15


Introduction to Overloading

1. Concept of Overloading

o Overloading refers to using the same name for more than one
operation or function. In C++, this includes function
overloading and operator overloading.

Example:




2. Difference Between Overloading and Overriding

o Overloading: Same name, different parameter types or
number of parameters.

o Overriding: Same name, same parameters in a base and
derived class, using the virtual keyword.

Operator Overloading

1. Definition and Syntax

o Operators can be overloaded to work with user-defined types,
such as classes. The syntax for overloading an operator
involves defining a function with the keyword operator
followed by the operator symbol.

Example:

, 2. Overloadable Operators

o Most operators in C++ can be overloaded, including
arithmetic operators (+, -, *, /), relational operators (==, <,
>), and more. However, certain operators, like . (member
access), :: (scope resolution), and ?: (ternary), cannot be
overloaded.

Example: The CTwoInts Class

1. Class Definition

o The CTwoInts class includes member variables mX and mY,
representing two integers. It demonstrates overloading
assignment and arithmetic operators.

Example:




2. Overloading the Assignment Operator (=)

o The assignment operator is overloaded to assign the values of
one CTwoInts object to another.

Example:

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
BpoBpo University of Central Lancashire Preston
View profile
Follow You need to be logged in order to follow users or courses
Sold
309
Member since
5 year
Number of followers
250
Documents
78
Last sold
2 months ago

3.7

73 reviews

5
27
4
17
3
17
2
5
1
7

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions