pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
11 stars 76 forks source link

Index terms in section 1.11 for cppds-v2 #459

Closed tapiae1 closed 8 months ago

tapiae1 commented 10 months ago

Added tags to important terms in the section 1.11 for cppds-v2

Description

Indexed terms object-oriented programming language, object, instance, object attributes, class methods, class, constructor, access keywords, polymorphism, operator overloading, friend, friend function.

Related Issue

fix #435 reviewed by @solijonovam

How Has This Been Tested?

image image image image
demekenega commented 8 months ago

Most of the things look good. However, there are some terms that have been indexed, but they don't need to be indexed. Some of the words that don't need to be indexed on this page are:

  1. Object
  2. Instance
  3. Object attributes
  4. Class
  5. Class methods