Answer Posted / durgesh jaiswal
pointer is a memory variable which holds the address of another variable.........
syntax-*ptr
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism and types?
What is the highest level of cohesion?
Are polymorphisms mutations?
2. Give the different notations for the class.\
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why do we need polymorphism in c#?
Why is oop better than procedural?
What is the difference between static polymorphism and dynamic 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’.
What is encapsulation with real life example?
What is oops with example?
Why polymorphism is used in oops?
What is abstract class in oop?
What are the features of oop?
What is use of overloading?