Tài liệu Thư viện số
Danh mục TaiLieu.VN
Kết quả 49-60 trong khoảng 539
Lecture Object-Oriented programming - Lesson 25: Overriding member functions of base class
Lecture Object-Oriented programming - Lesson 25: Overriding member functions of base class. The main topics covered in this chapter include: overriding member functions of base class, derived class can override the member functions of its base class, overloading vs. overriding, hierarchy of inheritance,...
28 p stu 25/09/2023 14 0
Lecture Object-Oriented programming - Lesson 19: Stream insertion operator
Lecture Object-Oriented programming - Lesson 19: Stream insertion operator. The main topics covered in this chapter include: compiler error: binary, operand of type ‘class Complex’, class complex, void operator, friend ostream, stream extraction operator,...
20 p stu 25/09/2023 12 0
Lecture Object-Oriented programming - Lesson 26: Hierarchy of inheritance
Lecture Object-Oriented programming - Lesson 26: Hierarchy of inheritance. The main topics covered in this chapter include: represent the classes involved in inheritance relation in tree like hierarchy, direct base class, indirect base class, base class initialization list, GrandParent class,...
24 p stu 25/09/2023 16 0
Lecture Object-Oriented programming - Lesson 21: Unary operators
Lecture Object-Oriented programming - Lesson 21: Unary operators. The main topics covered in this chapter include: unary operators, behavior of ++ and -- for pre-defined types, post-increment operator ++, post-decrement --, member function definition, friend function definition,...
49 p stu 25/09/2023 14 0
Lecture Object-Oriented programming - Lesson 22: Inheritance in classes
Lecture Object-Oriented programming - Lesson 22: Inheritance in classes. The main topics covered in this chapter include: inheritance in classes, UML notation, inheritance in C++, IS A relationship, public inheritance, public members of base class become public member of derived class,...
34 p stu 25/09/2023 13 0
Lecture Object-Oriented programming - Lesson 29: Abstract class
Lecture Object-Oriented programming - Lesson 29: Abstract class. The main topics covered in this chapter include: implements an abstract concept, cannot be instantiated, used for inheriting interface and/or implementation, concrete concept, abstract classes in C++, pure virtual functions, shape hierarchy,...
33 p stu 25/09/2023 13 0
Lecture Object-Oriented programming - Lesson 31: Multiple inheritance
Lecture Object-Oriented programming - Lesson 31: Multiple inheritance. The main topics covered in this chapter include: a class can inherit from more then one class, public Transmitter, public Receiver, calling such function will result in ambiguity, data member,...
35 p stu 25/09/2023 12 0
Lecture Object-Oriented programming - Lesson 42: Iterators
Lecture Object-Oriented programming - Lesson 42: Iterators. The main topics covered in this chapter include: iterators are types defined by STL; iterators are for containers like pointers are for ordinary data structures; STL iterators provide pointer operations such as * and ++;...
43 p stu 25/09/2023 13 0
Lecture Object-Oriented programming - Lesson 41: Standard template library
Lecture Object-Oriented programming - Lesson 41: Standard template library. The main topics covered in this chapter include: C++ programmers commonly use many data structures and algorithms; so C++ standard committee added the STL to C++ standard library; STL is designed to operate efficiently across many different applications;...
38 p stu 25/09/2023 12 0
Lecture Object-Oriented programming - Lesson 44: Stack unwinding
Lecture Object-Oriented programming - Lesson 44: Stack unwinding. The main topics covered in this chapter include: the flow control of throw is referred to as stack unwinding; stack unwinding is more complex than return statement; return can be used to transfer the control to the calling function only; stack unwinding can transfer the control to any function in nested function calls;...
26 p stu 25/09/2023 12 0
Lecture Object-Oriented programming - Lesson 28: Problem statement
Lecture Object-Oriented programming - Lesson 28: Problem statement. The main topics covered in this chapter include: develop a function that can draw different types of geometric shapes from an array, shape hierarchy, drawing a scene, function drawshapes(), required switch logic, equivalent if logic,...
31 p stu 25/09/2023 13 0
Lecture Object-Oriented programming - Lesson 23: Date class
Lecture Object-Oriented programming - Lesson 23: Date class. The main topics covered in this chapter include: creating specialdate class, modify access specifier, modified date class, modified AddSpecialYear, protected members, breaks encapsulation, public inheritance models the “IS A” relationship,...
25 p stu 25/09/2023 10 0
Đăng nhập
Bộ sưu tập nổi bật