- If a .net program executes, How many files are created?
- In .net there s possibilities of Supporting all OOPs concepts?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jun 28, 2007, 9:16 AM
By default there is only one EXE but if your project is large, it can have many files.
YES. All OOPs concepts (most of them, not multiple inheritance) are supported by C# language. Most of them are supported by VB.NET as well.