57. (C# Basics Beginner Tutorial) Abstraction

preview_player
Показать описание
This Abstraction video is part of the C# Basics beginner programming tutorial course hosted by Steve Bishop, and covers what abstraction is and how it is used in the C# language. The C# Basics beginner course is a free C# tutorial series that helps beginning programmers learn the basics of the C# Programming Language. These free C# programming tutorials cover a variety of basic topics such as Installing and Running Visual Studio, variables, mathematical operators, relational operators, loops, arrays, collections, classes, interfaces, and Object Oriented Programming. After watching this beginner programming series on the C# .NET programming language, you should be well prepared to watch the more intermediate and advanced courses soon to follow.

The playlist for this series can be found here:

Work Files Can Be Downloaded Here:
Рекомендации по теме
Комментарии
Автор

Finally I got it! Thanks! Briefly it came to my mind the following breaf explnation - a normal class is a blueprint for objects, abstract class is a blueprint for normal classes. :)

FEYSCONTROL
Автор

What can this be used for? I kind of get it.

irl_sonic
Автор

You said in the video every member in abstract class must be marked as abstract than what is the difference between Abstract class and Interface. As per me, an Abstract class can contain non Abstract members.

varun_singh
Автор

some explanation said that it shows only what is important.

ronaldabellano