When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
576Post New Programming Languages AllOther Questions
what is dot net framework
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
can we allocate memory for interface? if no then why?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what is the certificates in biztalk?
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
the systematic access of small computers in a distributed data processing system is referred as?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is difference between object oriented programming structure and object oriented programming system?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Give examples of macro quoting function?
in teradata level primary in table level allows duplicates why?
how do you generate source code for the automatic generation for receipt number
what is the difference between read the data from table and infotype
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?