Tag Archives: code

Why Multiple Inheritance is discouraged?
Welcome to CodeSpread!Hi Guys, This is Sathish Again,Today we will discuss why most of the higher languages eliminates Multiple Inheritance? Most of you guys already know that multiple inheritance is not available for development but what you might not know is the reason as why it is not possible. First of all,we will revisit few…..

Code Quality : Myth or Reality
What is Quality? Generic definition of Quality “The standard of something as measured against other things of a similar kind; the degree of excellence of something” . So what i can add here is that quality can be measured only by comparing an item with someone of the same origin. It’s an iterative process which…..
Concepts: S O L I D
SOLID – Object oriented programming principles. May be its easy to forget these principles but for creating a reusable code or maintainable code, people will always have to come back and check these principles for robust design. Today, We will explore these principles, not in terms of definition or meaning but why they are required or…..
VB.Net: Download file from FTP and UnZip
Experience: Many application requires data migration tasks to execute on daily basis. To achieve this we generally seek help of SSIS package, if at all we are making use of SQL sever. So, consider a case where you need to download a file from FTP location. Besides this, what if the file present on the FTP is…..









