Name a feature which is common to all .net languages?
No Answer is Posted For this Question
Be the First to Post Answer
Why do you need Lock in Visual Basic?
Using VB, how can you change the Mouse Pointer?
What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....
What are the differences between vb.net and c#, related to oops concepts
What is the difference between system.applicationexception class and system.systemexception?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Explain about the ruby interface generator?
Explain the advantages of vb.net?
Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.
What is a static variable?
Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.