ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

156 results

J David Eisenberg
Chapter 6: Overloaded Methods

You can have multiple methods with the same name as long as the number and/or types of the parameters is different.

3:34
Chapter 6: Overloaded Methods

232 views

6 years ago

Bald. Bearded. Builder.
C# '== null': There's a Better Way! #csharp #dotnet

Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...

1:03
C# '== null': There's a Better Way! #csharp #dotnet

2,761 views

4 months ago

UBC_CPSC_103 _screencasts
Module 5: How to Design Functions with arbitrary-sized data (example a)
3:27
Module 5: How to Design Functions with arbitrary-sized data (example a)

5,916 views

7 years ago

Craig Piercy
Python Function Video: Compile()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:52
Python Function Video: Compile()

56 views

11 months ago

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,314 views

3 months ago

J David Eisenberg
Chapter 6: Iterating through an Array
1:34
Chapter 6: Iterating through an Array

266 views

4 years ago

J David Eisenberg
Chapter 10: Passing Objects to Methods

When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...

2:07
Chapter 10: Passing Objects to Methods

181 views

4 years ago

J David Eisenberg
Chapter 11: Polymorphism and Casting

Find out the limits of using casting when working with polymorphism.

2:32
Chapter 11: Polymorphism and Casting

276 views

5 years ago

Craig Piercy
Python built-in function: classmethod()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:06
Python built-in function: classmethod()

37 views

11 months ago

Craig Piercy
Python function - aiter()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:41
Python function - aiter()

338 views

1 year ago

Playful Python
A clean way to compare multiple values

A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...

1:28
A clean way to compare multiple values

124 views

3 years ago

UBC_CPSC_103 _screencasts
Module 2: Writing expects
2:32
Module 2: Writing expects

3,528 views

7 years ago

Jian Wei Tay
Growing a matrix

Learn how to add elements to a matrix.

2:58
Growing a matrix

63 views

5 years ago

J David Eisenberg
Chapter 5: Using a while to get input

Use a *while* loop to repeatedly get input in a program.

3:21
Chapter 5: Using a while to get input

313 views

6 years ago

J David Eisenberg
Chapter 18: Exceptions -  Miscellaneous Topics

Using the information in an Exception object; the "finally" clause.

2:48
Chapter 18: Exceptions - Miscellaneous Topics

122 views

4 years ago

UBC_CPSC_103 _screencasts
Module 2: Differences between the stub and template
2:21
Module 2: Differences between the stub and template

3,601 views

7 years ago

J David Eisenberg
Chapter 7: Global Variables - Use with Caution!

Global variables may seem like an easy solution to a lot of problems, but they introduce serious problems of their own.

3:38
Chapter 7: Global Variables - Use with Caution!

107 views

4 years ago

J David Eisenberg
Chapter 10: Pointers (part 1)

Find out how scanf() works its magic of changing arguments, and how you can use pointers to do the same.

3:14
Chapter 10: Pointers (part 1)

195 views

4 years ago

COMPUTER & EXCEL SOLUTION
How to work with Divmod function in Python@COMPUTEREXCELSOLUTION #pythonprogramming #programming

python Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:32
How to work with Divmod function in Python@COMPUTEREXCELSOLUTION #pythonprogramming #programming

120 views

1 year ago

J David Eisenberg
Chapter 4: Relational Operators

To test a condition, you need to use one of these relational operators: You use a less than symbol to test whether one value is less ...

2:05
Chapter 4: Relational Operators

212 views

5 years ago