Answer Posted / pawan
class is describe all the attributes and behavior of
object.it is a blueprint of object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are two types of polymorphism?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
How Do you Code Composition and Aggregation in C++ ?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can you inherit a private class?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is variable example?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is inheritance and how many types of inheritance?
What is abstraction oop?
What are the 3 pillars of oop?
What are the important components of cohesion?
What type of loop is a for loop?