Object-oriented programming is a current programming paradigm that allows the efficient development of software modules. These software modules are the basis of multiple applications used in the biomedical field. The reference language is C ++.
Provide students with the methodologies and tools to design and develop software applications according to efficiency and productivity criteria by using object-oriented programming in C++. Attendance and active participation in the proposed training activities (lectures and exercises) and individual study will enable the student to: know the theoretical and practical tools of object-oriented programming; use classes and objects in the implementation of programs to abstract the algorithms and data structures, which can be useful for a biomedical engineer; develop the skills to operationally apply the concepts learned.
Attendance and active participation in the proposed training activities (lectures and exercises) and individual study will enable the student to:
- know the theoretical and practical tools of object-oriented programming;
- use classes and objects in the implementation of programs by using the paradigms of object oriented programming;
- abstract the algorithms and data structures, which can be useful for a biomedical engineer;
- develop the skills to operationally apply the concepts learned.
Procedural programming.
Lessons and examples in the classroom. Exercises in C ++ to be carried out by the student during the semester and uploaded to Aulaweb.
Working students and students with DSA certification, disability or other special educational needs are advised to contact the teacher and the School/Department disability contact person at the beginning of the course to agree on teaching and exam methods that, in compliance with the teaching objectives, take into account individual learning methods.
Review of procedural C ++ and dynamic allocation Introduction to classes and objects Object-oriented programming and abstract data types Classes and objects; const and static qualifiers; reference; friend Namespace Data structures: node-based linked list and array-based stack Operator overloading Copy constructor and assignment operator (classes with dynamic memory) Inheritance and polymorphism Template Examples to support the lessons Programming labs
- Notes available on Aulaweb. - H. Schildt. C ++: The Complete Guide. McGraw-Hill
Ricevimento: Appointment by email: fabio.solari@unige.it (since the teacher teaches more than one course, please specify surname and course)
FABIO SOLARI (President)
MAURO GIACOMINI
MANUELA CHESSA (President Substitute)
RAZEEN HUSSAIN (Substitute)
In accordance with the teaching calendar approved by the Degree Program Board
https://corsi.unige.it/8713/p/studenti-orario
The timetable for this course is available here: EasyAcademy
Programming exam. The exam is related to the topics presented during the semester: it consists of quiz and programming exercises that the student must solve and code during the exam. Examples of such exercises were provided during class and practice hours. Possible oral exam.
Details on how to prepare for the exam and the degree of depth of each topic will be given during the lessons. The programming exam will verify the actual acquisition of object oriented programming knowledge learned during the semester: at the end of the course the student will have to demonstrate to know how to develop object oriented programs using the characteristics of the C ++ language.