Saved Bookmarks
| 1. |
What Is Using Keyword? |
|
Answer» using KEYWORD can be used in TWO format iFace obj = new myclass() Myclass obj1 = new myclass() Obj.hey(); using keyword can be used in two format iFace obj = new myclass() Myclass obj1 = new myclass() Obj.hey(); |
|