ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  STL
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
c# support late binding or early binding.
 Question Submitted By :: Raj
I also faced this Question!!     Rank Answer Posted By  
 
  Re: c# support late binding or early binding.
Answer
# 1
yes c# support late binding or early binding
 
Is This Answer Correct ?    1 Yes 0 No
Babu Khatri Bhai
 
  Re: c# support late binding or early binding.
Answer
# 2
yes it supports both depends
 
Is This Answer Correct ?    0 Yes 0 No
Rakesh
 
 
 
  Re: c# support late binding or early binding.
Answer
# 3
Early binding is when your client app can detect at compile 
time what object a property or method belongs to. Since 
it "knows", it resolves the references and the compiled 
executable contains only the code to invoke the object's 
properties, methods, events, etc. 

This is a good thing if you want to speed because the call 
overhead is greatly reduced. 

Late binding is the slowest way to invoke the properties 
and methods of an object. You use late binding when you 
write a function that uses an object variable that acts on 
any of several different class objects. Since the compiler 
doesn't "know" what class object will be assigned to the 
variable, it doesn't resolve the references into the 
compiled executable. In this case they are resolved at 
runtime... when you actually have an assigned object to 
reference the properties and methods to. 

Hope this helps.
 
Is This Answer Correct ?    0 Yes 0 No
Santu Sarkar
 

 
 
 
Other STL Interview Questions
 
  Question Asked @ Answers
 
how to overload << and >> operator in c++ Wipro3
what's the difference between function overloading and function overiding?  2
What is the underlying datastructure of map? Siemens4
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris"); Sun-Microsystems4
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.  1
what is an algorithm in terms of STL? Wipro1
Define the terms: field, record, table and database  1
write a piece of c++ code which allocate memory to the 50 object of type CObj  2
what is strcture i++ i ++i answer to this i=5 what is the out put  5
what is use of for loop? Wipro7
What is Constructor Angel-Broking2
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"  2
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return } Sun-Microsystems1
What is 2*2?  3
What is the STL? HP2
What is Template Specialization? Lucent1
how to swap two numbers in a linked list without exchanging the data but only the links? Wipro2
if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother. MBT6
What is Object Oriental Progam  1
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?  1
 
For more STL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com