Skip to content

LusineHovs/Interface-Implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interface's implicit and explicit implementations differences

  • Implicit: you access the interface methods and properties as if they were part of the class.
  • Explicit: you can only access methods and properties when treating the class as the implemented interface.

#Keywords C# 6.0, .Net Framework 4.6, MS Visual Studio.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages