Data Structures - User Defined Data Types

preview_player
Показать описание

In this video we look at how we can create a user defined data type (or structure). Some are simple, like the struct found in C, while others are more complex like the class found in most modern languages.

The video explores how and why you'd use them, along with advantages and disadvantages of classes in development.

Table of Contents:

00:00 - Introduction
00:29 - The C Struct
01:38 - The Equivalent Java Class
03:35 - Advantages to OOP
04:20 - Possible Data Types within a Class
Рекомендации по теме
Комментарии
Автор

Thank you, I watched several videos before gertting to yours but yours gave me the answer I needed; in a visual way. :)

divine-favouranigbogu