What is intermediate programming? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

What is intermediate programming?

24th Jun 2019, 3:17 AM
Shubham Tandale
Shubham Tandale - avatar
2 ответов
+ 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
24th Jun 2019, 3:22 AM
aceisace
aceisace - avatar
+ 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 !!
26th Jun 2019, 2:54 AM
Candice Dick
Candice Dick - avatar