WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
Answer / guest
The basic oop's concepts in .net are :-
1. Data hiding.
2. Data Abstraction.
3. Polymorphism
4. Encapsulation.
5. Inheritance.
6. Exception handling.
Is This Answer Correct ? | 7 Yes | 3 No |
What is overriding in oops?
Can abstract class have normal methods?
What is polymorphism used for?
A file pointer always contains the __________ of the file
What is the diamond problem in inheritance?
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).
What is for loop and its syntax?
What is persistence in oop?
tell about copy constructor
Whats oop mean?
What is oops and why we use oops?
write knight tour problem which is present in datastructure