As per interoperatbility programs written in one language
can be used by other language.
How can we restrict the features of one language (say C#)
in the programmer written in another language (say VB)..for
example we have some features like operator overloading
which is possible C#.NET (not in VB.NET), how can we
restrict that when we are using this code in VB.NET.
No Answer is Posted For this Question
Be the First to Post Answer
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
How to get the index of the clicked field in reports in ABAP?
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
what are the top level class of interface in java?
Which design patterns have you used?
how do i add a column dynamically in a table by using java application?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
what is the certificates in biztalk?
what are importance in problem tracking
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.