Discussions Populaires Dans la Communauté Objet Pascal

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
محمد الفيفي's image
La question a été ajoutée par محمد الفيفي Software Testing (Ito Quality & System Service Testing ) Atheeb Intergraph Saudi Company
Depuis 8 années
Réponses:
4
Adeptes:
Vues:
127
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Mohamed Shameer's image
La question a été ajoutée par Mohamed Shameer OpenText ECM Consultant & ECM Administrator Petrochemical Industrial Company
Depuis 9 années
Réponses:
2
Adeptes:
Vues:
616
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Default profile image
La question a été ajoutée par Utilisateur supprimé
Depuis 10 années
Réponses:
1
Adeptes:
Vues:
107
Vote Count:
1
La réponse doit contenir un minimum de 25 caractères.
Bandar Alsaidi's image  
La répondre a été ajoutée par  Bandar Alsaidi, senior business development specialist, Saudi Telecom Company - Stc
Depuis 8 années

A class is a definition of an object, an object is a variable defined by a class. meaning : class is a type, objects is a variables of a class.

Signaler CV
Default profile image  
La répondre a été ajoutée par  Utilisateur supprimé
Depuis 8 années

simple answer without details,the Object is a copy of class, in one class there is a lot of objects

Signaler CV
Noor Ahmed Syed's image  
La répondre a été ajoutée par  Noor Ahmed Syed, IT Manager, Haji Abdullah Alireza & Co. Ltd.
Depuis 9 années

‘DataTable’ has “DataRowCollection” object which has all rows in a “DataTable” object.'Add' method of the DataRowCollection is used to add a new row in DataTabl ... Voir Plus

Signaler CV
Default profile image  
La répondre a été ajoutée par  Utilisateur supprimé
Depuis 5 années

A class is a blueprint for building the object. Classes are extensible, unless explicitly defined as final. Objects, once built, is what it is, unchangeable.

Signaler CV
yahia dekar's image  
La répondre a été ajoutée par  yahia dekar, it engineer , university of sidi bel abbes
Depuis 5 années

a difference is the class it tke abstract of object object it's instance of class

Signaler CV
Garima Gupta's image  
La répondre a été ajoutée par  Garima Gupta, Training, Training offered by Spoken Tutorial Project, IIT Bombay
Depuis 9 années

Few Pascal compilers names are: Name: Vector Pascal    Author: Glasgow University Windows:  Yes             Unix-like: Yes Other OSs: No   Name: GNU Pascal      Author: G ... Voir Plus

Signaler CV
Default profile image  
La répondre a été ajoutée par  Utilisateur supprimé
Depuis 9 années

To add new row ,one can simply do this :   // get the DataTable     DataTabel dt = new DataTable();    DataRow dr = dt.NewRow();    dr[0] = "random_data";    . ... Voir Plus

Signaler CV