Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
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
1
Reply
When do you absolutely have to declare a class as abstract?
sai
17y
6.2k
0
Reply
Submit
When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.
When at least one of the methods in the class is abstract.
17y
0
What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?
What’s a delegate?
Message