|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-object-oriented-programming-with-csharp/
课程评论:没有评论
**课程名称:** C# 对象 Oriented 编程 **课程概述:** 本课程旨在帮助初学者深入理解程序设计和 C# 语言中的面向对象编程(OOP)核心概念。 **课程内容概览:** * **编程入门:** * 什么是编程? * 编程的必要性与益处。 * **面向对象编程 (OOP) 入门:** * 什么是 OOP? * OOP 的优势。 * OOP 在现实生活中的应用。 * OOP 的四大基本原则: * 抽象 * 封装 * 继承 * 多态 * 方法重载与方法重写。 * **类与对象:** * 类(Class)的定义与重要性。 * 对象(Object)的定义及其与类的关系。 * **C# 数据类型与属性:** * 数据类型的概念及重要性。 * C# 中的运算符(一元、二元、三元、算术、关系、逻辑、赋值、字符串、按位)。 * **C# 输入/输出:** * 如何进行输入输出操作。 * **条件语句:** * If/Else、If-Else-if、Switch Case。 * **控制流语句:** * For、While、Do-While、Foreach。 * **数组:** * 一维数组。 * 多维数组。 * **跳转语句:** * Break、Continue。 * **函数(方法):** * 内置函数。 * 用户自定义函数。 * **C# 继承:** * 继承的概念。 * 继承的类型(多层次继承、多重继承)。 * **方法重载与重写:** * 方法重载的定义。 * 方法重写的定义。 * **C# 属性:** * 属性的定义。 * 属性的类型(读写、只写、只读、抽象)。 **课程目标:** 通过本课程的学习,初学者将能够扎实掌握 C# 对象 Oriented 编程的基础知识,为进一步深入学习打下坚实基础。
In this course you are going to get the following concepts deeply: Introduction To Programming What is programming and why we need it and how its beneficial for us? Introduction To Object Oriented Programming with examples What is OOP and why it is beneficial? OOP in real life Pillars of OOP (Object Oriented Programming) Abstraction Encapsulation Inheritance Polymorphism Method Overloading Method Overriding Classes and objects What is a Class? Why it is an essential part of OOP? What is an Object? How it is connected with class? Data Types and Attributes in C# What are data types and why it is necessary to know about data types. Operators in C# Unary Binary Ternary Arithmetic Relational Logical Assignment String Bitwise Input/Output in C# How to get from C#? How to give C#? Conditional StatementsIf/Else - If-Else-if Switch Case Control Flow StatementsFOR WHILE DO_WHILE Foreach Arrays Single Dimensional Multi-Dimensional JUMP StatementsBREAK CONTINUE Functions in C# Built-In User Defined Inheritance in C# What is inheritance? Types of inheritance Multilevel Inheritance Multiple Inheritance Methods Overloading and Overriding What is method overloading What is method overriding Properties in C# What are properties? Types of properties Read-Write Write-Only Read-Only Abstract As a beginner, all the above things will help student to take his learning to next level.