C# Intermediate: Classes, Interfaces and OOP

Udemy Review
Location
Online(Course Link)
Dates
On Demand
Course Categories
IT, Technology and Software
Certficate
Yes(Certificate of completion)
Language
English
Course Fees
US Dollar 1942.16 (Check Course Page for Last Price)No. of Attendant
Unlimited
Acquired Skills/Covered Subjects
- You'll learn work with classes, constructors, fields, properties, methods and indexers
- Use encapsulation to improve the robustness of the code and reduce the impact of change
- Re-use code using inheritance and composition
Provider Name | Udemy |
---|---|
Training Areas |
|
Website | www.udemy.com |
About The Provider |
Udemy.com is an online learning platform aimed at
professional adults and students. Udemy,
a portmanteau of you + academy, has more than 30 million students and 50,000
instructors teaching courses in over 60 languages. There have been over 245
million course enrollments. Students and instructors come from 190+ countries
and 2/3 of students are located outside of the U.S. Udemy also has over 4,000
enterprise customers and 80% of Fortune 100 companies use Udemy for employee
upskilling (Udemy for Business). Students take courses largely as a means of
improving job-related skills.Some courses generate credit toward technical certification. Udemy has
made a special effort to attract corporate trainers seeking to create
coursework for employees of their company. Udemy
serves as a platform that allows instructors to build online courses on topics
of their choosing. Using Udemy's course development tools they can upload
video, PowerPoint presentations, PDFs, audio, zip files and live
classes to create courses.[citation needed] Instructors can
also engage and interact with users via online discussion boards. Courses
are offered across a breadth of categories, including business and entrepreneurship,
academics, the arts, health and fitness, language, music, and technology. Most
classes are in practical subjects such as Excel software or
using an iPhone camera. Udemy also offers
Udemy for Business, enabling businesses access to a targeted suite of over
3,000 training courses on topics from digital marketing tactics to office
productivity, design, management, programming,
and more. With Udemy for Business, organizations can also create custom
learning portals for corporate training. |
Whether you want to use C# to build web apps, mobile apps, desktop apps or games, understanding C# classes, interfaces and principles of object-oriented programming is crucial.
This course is the second part of Mosh's best-selling C# series and is all about classes, interfaces and object-oriented programming. In essence, you'll learn:
- How to work with classes, constructors, fields, properties, methods and indexers
- How to use encapsulation to reduce the impact of change
- How to improve the robustness of your code
- How to re-use code using inheritance and composition
- Why composition is better than inheritance
- How to build extensible applications using polymorphism
- How to develop loosely-coupled, extensible and testable applications using interfaces