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 |
Which of the following are Java modifiers?
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
what is the diffrence between occur 0 and occur 10 in ABAP.
Explain three modes in which files can be accessed from python program
I'm new to ABAP. What is Module pool in SAP?
A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps
What are the Short cut Keys of Tally ERP?
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'