answersLogoWhite

0

What is object concept in visual basic net?

Updated: 8/21/2019
User Avatar

AbbyMullagp6456

Lvl 1
9y ago

Best Answer

The object concept is visual basic net is a part from a book. There are four key concepts of object-oriented development.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is object concept in visual basic net?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The year of invention of visual basic?

Visual Basic was started in 1991.


What is the diff between Visual Basic 2005 and Visual Basic dot net?

Visual Basic 2005 is actually a version of VB.NET (v8.0). The latest version (9.0) is Visual Basic 2008.


What has the author James D Foxall written?

James D. Foxall has written: 'El libro de visual C# 2005/ Teach Yourself Microsoft Visual C# 2005 in 24 hours' 'Practical standards for Microsoft Visual Basic . NET' -- subject(s): BASIC (Computer program language), Microsoft .NET, Microsoft Visual BASIC 'Sams teach yourself Visual BASIC 2008 in 24 hours' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC 'Destination .NET' -- subject(s): Microsoft Visual BASIC, Microsoft .NET, Visual Basic (Computer program language) 'Sams teach yourself Microsoft Visual C# .NET 2003 in 24 hours' -- subject(s): C# (Computer program language), Computer Technology, Microsoft Visual C# .NET, Nonfiction, OverDrive, Technology, Visual programming languages (Computer science)


Which Compiler is used in visual basic?

visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp


What is mdi in visual basic net?

MDi is a basic site for children forms. This is a site that helps fill it out.


What are the different Visual Basic Net versions?

1,2,3,4,5,6,8,and 10


What has the author Rockford Lhotka written?

Rockford Lhotka has written: 'Professional VB.NET' 'Instant Visual Basic 5 Activex Control Creation (Instant)' 'Professional Visual Basic 5.0 business objects' -- subject(s): Accessible book, Business, Data processing, Microsoft Visual BASIC, Object-oriented programming (Computer science) 'Wrox Visual Basic Enterprise Developer's Resource Kit (Programmer to Programmer)' 'Expert One-on-One Visual Basic .NET Business Objects' 'Expert C# Business Objects (Books for Professionals by Professionals)' 'Visual Basic 2005' 'Professional VB.NET' 'Expert VB 2005 Business Objects' 'Visual Basic .NET Solutions Toolkit'


What is the difference between ASP Net and visual studio Net?

Visual Studio is an IDE, whereas DotNet is a framework. A Framework is a set of usable components which can be used to develop some application, hence Visual Studio is a development environment for DotNet based applications.


What is the newest visual basic?

The final supported version was Visual Basic 6.0. Since then (1998~2008?) a langauge called Visual Basic .NET has joined the .NET framework. This is basically a complete redesign/reimplementation of the language for the new framework. Microsoft has even kept the VB version numbers in sequence with the original. The latest version of this language is Visual Basic 2008 (VB 9.0).


What is the basic concept of net neutrality?

The basic concept of net neutrality is a network design principle that aspires to treat all content, sites, and platforms equally when they are considered to be very publicly useful.


Comparison between visual basic and Microsoft visual basic?

There is no difference. Microsoft Visual Basic and Visual Basic are the same thing. Visual Basic is a language that was developed by Microsoft. There is however a difference between Visual Basic and Visual Basic .NET (Now known as just Visual Basic and VB.Net). VB.Net is basically Visual Basic, the only difference is that VB.Net supports the Microsoft .NET Framework. There is a similar language, called BASIC, from which Visual Basic was derived.


How do you get square root in Microsoft visual basic?

The function is Sqr() in VB6 and Math.Sqr() in .NET.