Latest Answer: OOPS is concept is mainly for reusabililty of Objects.The Objects like Class, Structure, Object, Methods, Function, Property,Interface ,Abstract and Inheritance. All the things for the concept Max gain with Min pain.Polymorphism is ...
Latest Answer: Overloading : When you use same method name for diffrent purpose it is call overloading. For example, You can use Add(x,y) method for addition of two parameter, and you can define Add(x,y,z) for addition of three parameter in same class.Overriding : is ...
Latest Answer: A modal form or dialog box must be closed or hidden before you can continue working with the rest of the application.On the other hand Modeless form or dialog box not necessarily needed to close for continue working with another application.Simply,If ...
Latest Answer: Tabletype is a type of recordset.It is representation in code of a base table that you can use to add, change, or delete records from a single database table (Microsoft Jet workspaces only). ...
Latest Answer: General Definition : Different systems (e.g., {programs}, {file formats}, {protocols}, even {programming languages}) that can work together or exchange data are said to be compatible. o Visual Basic’s Version Compatibility feature is a way of enhancing ...
Latest Answer: The assigning of values to PL/SQL variables in SQL statements is called binding. The binding of an entire collection at once is called bulk binding. Bulk binds improve performance by minimizing the number of context switches between the PL/SQL and SQL ...
Latest Answer: Dim as [New] likedim frm as New form1set frm = new form1ordim frm as form1set frm = new form1 ...
Latest Answer: Simple error handling at the top level is fairly easy - Something of the formOn error goto ErrhandlerErrHandler: if err = 237 then resume next ' trivial, not serious else msgbox err.description end if---However, if an error happens in a lower class ...
Latest Answer: Not sure I understand the question, but the parms that are not allowed in a proc are those that are used in a JOB card and, of course, a JOB card can't be in a proc. ...
Latest Answer: YES ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top