can we create and enter the data & hide files using
programmes ?
Answer Posted / pranjal prakash srivastava
Yes we can
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What are two types of polymorphism?
What is a class in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are the 3 pillars of oop?
Why is abstraction needed?
Can enum be null?
What is polymorphism give a real life example?
What is overriding vs overloading?
why reinterpret cast is considered dangerous?
Is html an oop?
What is inheritance write a program to show use of inheritance?
What are objects in oop?
What is property in oops?
What is the difference between static polymorphism and dynamic polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer