Introduction to Object Oriented Programming

所在平台: Udemy

课程主页: https://www.udemy.com/course/introduction-to-object-oriented-programming-z/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:面向对象编程入门 课程简介:本课程将帮助您学习面向对象编程的基本原理以及C++编程的基础知识。课程将介绍面向对象编程(OOP)的概念,C++编程语言的结构和数据类型。在课程中,您将实现现实世界的概念,如继承、封装和多态,达到面向对象编程的目标。OOP的主要目标是将数据和使用这些数据的函数结合起来,以确保只有特定的函数能够访问数据,而其他代码部分无法接触。 与过程式编程相比,面向对象编程在多个方面具有优势:OOP使用更快、更简单,提供清晰的程序结构。OOP中的“不要重复自己”(DRY)原则使得C++代码更易于维护、修改和调试,并可以使用更少的代码、更快的周转时间来开发完全可重用的应用程序。 本课程使学员熟悉面向对象设计的原则,重点关注类在面向对象编程中的定义和应用。同时,学员将了解C++编程语言的语法和语义。在学习完本课程后,您将能够在软件开发中使用以下构造:顺序、选择和迭代;类和对象;继承以及使用库中预定义的类。您还可以为包含多个对象的紧凑系统创建面向对象的解决方案,深刻理解面向对象编程的基础以及深入学习C++。

课程评论(0条)

课程详情

This Course will help you to Learn Fundamentals of Object Oriented Programming and C++ Programming Basics. It gives You the Introduction to OOP, With C++ Programming Language Constructs , Various Data types in C++. Implementing real-world concepts like inheritance, hiding, polymorphism, etc. in programming is the goal of object-oriented programming. The primary goal of OOP is to ligate together the data and the functions that use them so that only that function and no other part of the code can access the data. Programming in an object-oriented manner has a number of benefits over procedural programming: OOP is quicker and simpler to use. OOP gives the programmes a clear structure. Don't Repeat Yourself (DRY) advice from OOP makes C++ code easier to maintain, modify, and debug. OOP enables the development of fully reusable applications with less code and faster turnaround times. This Course enables To become familiar with the principles of object-oriented design while concentrating on the definition and application of classes in object-oriented programming. To become familiar with the C++ programming language's syntax and semantics. After learning this course When creating software, use the following constructs: sequence, selection, and iteration; classes and objects, inheritance; and the use of predefined classes from libraries can be used. You can Create object-oriented solutions for compact systems with numerous objects.Help you to learn the Fundamentals of Object Oriented Programming and Learn C++ in detail

课程标签

0人关注该课程

主题相关的课程