Web Links [Tag : Classes]
Sort By :
1. VB.NET 2005 Tutorials: Web Services, Creating Proxy Classes with WSDL
VB.NET 2005 Tutorials: Instantiating - Invoking Web Services, Creating Proxy Classes with WSDL In this tutorial you will learn about Discovering Web Services, Instantiating and Invoking Web Services, Creating Proxy Classes with the Web Services Description Language Tool (wsdl.exe)
Category:   ASP.NET > Tutorials

Hits: 6    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. Basic Classes (OOP) Tutorial
Classes are the fundamentals of OOP (Object Oriented Programming), which may sound scary but they are basically containers for functions, they allow data to be stored within them and when a function is called they output data, it is as simple as that.
Category:   PHP > Tutorials > Miscellaneous

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

3. Accessing Private Data Members in Classes
This code shows you how to access private data members in classes without using the friend keyword.
Category:   C and C++ > Tutorials > Programming in C and C++

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

4. How to create and use classes
Shows you how to create and use classes, variables inside classes, functions inside classes etc.
Category:   PHP > Tutorials > Introduction to PHP

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

5. Introduction to Classes in C++
To create more advanced and complete objects, C++ allows you to group these identifiers and create Classes. We will cover how to Define & declare a class, initialize a class, its constructors and destroctors, class member functions & private functions and finally how to declare objects from a class.
Category:   C and C++ > Tutorials > Programming in C and C++

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

6. Free Game Programming Classes
This site offers free classes in game programming that mainly focusing on C++ and DirectX. It also has classes on 3d modeling and animation.
Category:   C and C++ > Communities

Hits: 4    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

7. .NET - Use Refactoring To Handle Multiple Versions of Classes
Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and answers themselves are good candidates for being database driven, there were a large number of nuiances ranging from UI items, business rules, and calculations that just didnt fit into a database driven strategy. With this in mind, my initial strategy was to create version specific classes and reference them in version specific ASP.NET pages. Of course, this accomplished the initial requirement. However, whenever a new version needs to be implemented, I had to copy all of the ASP.NET pages and modify the references to the appropriate version specific class name. Refactoring provides a better alternative and heres how:
Category:   ASP.NET > Tutorials

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

8. Writing Classes in Javascript
Writing classes in JavaScript doesnt give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful specially when JavaScript is not a strongly typed language. It is very useful in cases when you need to handle multiple objects , instead of having arrays for all kinds of variables and then managing those arrays in methods you can just write a class to handle one object and then make many instances of that class. This also gives the name space resolution to the variables so that you can avoid using global variables and still use variables across procedures.
Category:   JavaScript > Tutorials > Development

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

9. Introduction to PHP Classes (Object Oriented Programming)
Learn how to save yourself a lot of time and make cleaner code using PHP Classes. This is the gateway to Object Oriented Programming with PHP.
Category:   PHP > Tutorials > Introduction to PHP

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

10. mysql classes
This is a set of classes used to connect, select, and disconnect mysql. Currently it only works with mysql but the future versions will also support oracle, msql, and postgresql.
Category:   PHP > Scripts and Programs > Database Tools

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: 1 2 [Next >]