Softwareengineering: Is casting a concrete type to an interface and using it if it successful bad...

Subscribers:
4,430
Published on ● Video Link: https://www.youtube.com/watch?v=golllg2lEoQ



Duration: 0:00
1 views
0


Is casting a concrete type to an interface and using it if it successful bad practice?
I hope you found a solution that worked for you :)
The Content is licensed under (https://meta.stackexchange.com/help/licensing) CC BY-SA.
Attention! This video does always use the same license as the source!
Thanks to all those great people for their contributions!

(softwareengineering.stackexchange.com/users/319741/dubdub)DubDub
(softwareengineering.stackexchange.com/users/51654/telastyn)Telastyn
(softwareengineering.stackexchange.com/users/123788/gnasher729)gnasher729
(softwareengineering.stackexchange.com/users/209774/christophe)Christophe
(softwareengineering.stackexchange.com/users/209331/jimmyjames)JimmyJames
A special thanks goes out to the (softwareengineering.stackexchange.com/questions/455622/is-casting-a-concrete-type-to-an-interface-and-using-it-if-it-successful-bad-pra)Stackexchange community

I wish you all a wonderful day! Stay safe :)
If anything is off, please write me at peter D.O.T schneider A.T ois42.de

patterns-and-practices object-oriented interfaces




Other Videos By Peter Schneider


2024-11-14Gis: Method to subset a GeoTIFF image based on pre-defined grid
2024-11-14Tex: unwanted subdivision on header of table
2024-11-14Mathematica: Understanding the Error: "DSolve: Arguments should be ordered consistently"
2024-11-14Unix: How to know what sends a broadcast packet on port 8765
2024-11-14Mathematica: Why is ReplaceAll unable to replace square root? closed
2024-11-14Pass parameters to the script block when using PowerShell module "RunAsUser"
2024-11-14Ethereum: What will ethereum price be in 2k25? closed
2024-11-14Mathematica: Is it possible to allow for zero match for pattern a_ when using a_*x?
2024-11-14On the type of a pointer to a class method using deducting this
2024-11-14Tex: tikz-cd: vertical $in$ instead of arrow
2024-11-13Softwareengineering: Is casting a concrete type to an interface and using it if it successful bad...
2024-11-12IF/OR Formula, Compound to Simplified I want to simplify, narrow down, and have an evolving cell...
2024-11-12debug.exe from DOS 6.22 errored on assembling mov ax, imm16 with the a command; works in Win 2000
2024-11-12How to make a Django url case insensitive?
2024-11-12How can the Intel 8086 access the entirety of the address space at a given time when using memory...
2024-11-12Networkengineering: Should MSP's remove ISP routers?
2024-11-12rename files from 1 digit increment to 3 digit one
2024-11-12Replace duplicate values across columns of CSV file
2024-11-12How to prove that "i & (i - 1) == 0" means "i is the power of 2"
2024-11-12Why in memory address have gap?
2024-11-12Qt and OpenGL: cannot initialize OpenGL VBOs or VAOs after the first call to paintGL?