+ 3
What is intermediate programming?
2 Respuestas
+ 5
Intermediate language (IL) is an object-oriented programming language designed to be used by compilers for the .NET Framework before static or dynamic compilation to machine code. ... This term is also known as Microsoft intermediate language (MSIL) or common intermediate language (CIL).
Taken from https://www.techopedia.com/definition/24290/intermediate-language-il-net
Hope this helps, Tandale Shubham
+ 2
Intermediate programming involves the use of classes , objects, arrays, polymorphism, inheritance, abstract, interfaces in coding. I'll advice that you learn the basics before moving on to the intermediate level !!