Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
5
Reply
What are the Class Libraries ?
rahul jaiswal
13y
2.9k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Class Library are collections of predefine classes . these classes can be use by a programmer when develop a application which increase the functionality of program. class library are collection of common classes which mostly used by programmers.
Pankaj Kumar Choudhary
10y
0
class library is nothing but collection of pre-defined classes and function which can be consumed by programmer for execution of Application
Bhabani Prasad
11y
0
In object-oriented programming , a class library is a collection of prewritten class es or coded templates, any of which can be specified and used by a programmer when developing an application program. The programmer specifies which classes are being used and furnishes data that instantiate s each class as an object that can be called when the program is executed. Access to and use of a class library greatly simplifies the job of the programmer since standard, pretested code is available that the programmer doesn't have to write.A class library is analogous to a subroutine library in earlier, procedural programming.
Munesh Sharma
11y
0
class library is nothing but collection of pre defined classes.
srikanth reddy
12y
0
A Class 'Library' is a set of reusable classes meant for providing a specif functionality that can be readily used by the application.
rahul jaiswal
13y
0
What are the four important foundation concepts of OOP ?
What are Framework.
Message