What is Partial class and its use?
Answer / shahab qureshi
Partial class definitions can be split up across multiple
physical files. But it doesn’t have that much effect on
compiler. Partial classes are grouped together and treated as
one class. One common usage of partial class is it divides
automatically generated code from programmer written code.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the pl/sql block size in oracle 10g and 11g?
public static void main(String args[]) describe it
Write a Pseudo Code to fins the LCM of two given numbers
how to remove header and footer in jcl using sort utility
if heap sort contains n elements, no of comparsions required are
What is the difference between compiled and interpreted languages?
Number of null pointers in any binary tree
how we can connect applet with database?
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
Why we use NEW operator when we create Object,While in C++ we donot ?