You explained interfaces better than everyone else on KZbin. Amazing video, great sense of humor too teddy haha love it
@BugsbunnyEh Жыл бұрын
Best example is that you could use a pet interface and we have many type of pets that so the same things like walk, sleep, make a sound . then we make write the method based on the pet, my pet maybe a parrot and some ones pet maybe a cat. but they all do the same actions(method we make) and we just write the code how they do it.
@Diegos792 жыл бұрын
Thanks. Interfaces are very difficult to master. Your video gives a great help to understand them better.
@caseyspaulding2 жыл бұрын
Contract is a great metaphor thanks!
@sarahakabp232 жыл бұрын
Can you do a follow-up video on the pre-made Interfacers and how best to use them like ISerializable Interface?
@chadgregory90372 жыл бұрын
I noticed the interface reordered the methods to be in alpha order
@chadgregory90372 жыл бұрын
Basically my takeaway is that Interfaces in C# are kind of like creating virtual functions in a C++ header