-45%

CIS 328 CIS328 CIS/328 ENTIRE COURSE HELP – STRAYER UNIVERSITY

$149.99$275.00

CIS 328 CIS328 CIS/328 ENTIRE COURSE HELP – STRAYER UNIVERSITY

CIS 328 Week 10 Technical Paper: Classes and Class Hierarchies in C++

Technical Paper: Classes and Class Hierarchies in C++

Due Week 10 and worth 125 points

C++ is a general-purpose programming language designed as an improvement to the C programming language. In short, the language is a super set of C. The most important feature of C++ is the concept of a class, which can be described as a user defined type.

The technical paper is based on the importance of classes and class hierarchies within C++. The intent of this paper is to provide you with an in-depth knowledge of the manner in which classes form the foundation of C++ programming.

Description

CIS 328 CIS328 CIS/328 ENTIRE COURSE HELP – STRAYER UNIVERSITY

CIS 328 Week 10 Technical Paper: Classes and Class Hierarchies in C++

Technical Paper: Classes and Class Hierarchies in C++

Due Week 10 and worth 125 points

C++ is a general-purpose programming language designed as an improvement to the C programming language. In short, the language is a super set of C. The most important feature of C++ is the concept of a class, which can be described as a user defined type.

The technical paper is based on the importance of classes and class hierarchies within C++. The intent of this paper is to provide you with an in-depth knowledge of the manner in which classes form the foundation of C++ programming.

Use the Internet to research the following seven (7) concepts of C++:

  1. Classes
  2. Objects as instantiations of classes
  3. Abstraction
  4. Encapsulation
  5. Inheritance
  6. Templates
  7. Containers

Next, consider the following advice that Bjarne Stroustrup, the creator of C++, provided to C++ programmers:

When you program, you create a concrete representation of the ideas in your solution to some problem. Let the structure of the program reflect those ideas as directly as possible:

  1. If you can think of “it” as a separate idea, make it a class.
  2. If you can think of “it” as a separate entity, make it an object of some class.
  3. If two classes have a common interface, make that interface an abstract class.
  4. If the implementation of two classes has something significant in common, that commonality is a base class.
  5. If a class is a container of objects, make it a template.
  6. If a function implements an algorithm for a container, make it a template function the algorithm for a family of containers.
  7. If a set of classes, templates, etc., are logically related, place them in a common namespace.

 

Write a five to seven (5-7) page paper in which you:

  1. Explain each of the seven (7) concepts of C++, and analyze the fundamental manner in which they each relate to C++ coding of programs.
  2. Provide a short code example of the use of C++ syntax within the context of an employee database.
  3. Determine the manner in which each of the provided concepts relates to the concept of object-oriented programming. Justify your response.

 

  1. Explain each element of Bjarne Stroustrup’s advice, and explore the primary manner in which each frames the object-oriented programming components into classes, objects, interfaces, templates, and containers.
  2. To help you understand this assignment further, an example may be useful. For example, in researching and writing on the subject of classes you would be expected to cover the following:
    • The ways in which classes are an improvement from the concept of structures in the C programming language.
    • The manner in which classes encapsulate (i.e., enclose) functions that are members of the classes (i.e., enclosed within the class) and variables (i.e., enclosed within the class). The fact that such members represent behavior and characteristics of the class.
    • The ways in which classes restrict access to the member functions and variables through the use of access specifiers such as private, protected, and public.
  3. Use at least ten (10) quality resources in this assignment.Note: Wikipedia and similar Websites do not qualify as quality resources.

Your assignment must follow these formatting requirements:

  • Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format. Check with your professor for any additional instructions.
  • Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.

The specific course learning outcomes associated with this assignment are:

  • Demonstrate the ability to group classes into a class hierarchy.
  • Demonstrate an understanding of object-oriented design as part of the software lifecycle.
  • Compare and contrast common design patterns.
  • Use technology and information resources to research issues in C++ Programming.
  • Write clearly and concisely about introductory C++ Programming topics using proper writing mechanics and technical style conventions.