what are partial classes. Where is the entry point of
partial classes.
Answer / manoj mishra
partial class is a feature of some object oriented computer
programming languages in which the declaration of a class
may be split across multiple source-code files, or multiple
places within a single file. this is mainly used for web
prograamming
| Is This Answer Correct ? | 2 Yes | 0 No |
What is dialog programming?
When we use Windows authentication mode
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
Artficial language is provided which of the language?
1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
In Java what is the difference between following two statements ? int a[],b; int []a,b;
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
what is difference between input parameter and output parameter.
what is programmable BIST in today ic design
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
what type of exceptions & problems are faced in production time at java technology?
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,